You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the new nextjs setup is done , At the end ,we get few instructions about next steps, it can be improvised.
Example:
$ npx create-next-app -e https://github.com/acquia/next-acms/tree/main/starters/basic-starter
✔ What is your project named? … acms-nextjs
Creating a new Next.js app in /Users/jayakrishnan.jayabal/works/acms-nextjs.
Downloading files from repo https://github.com/acquia/next-acms/tree/main/starters/basic-starter. This might take a moment.
Installing packages. This might take a couple of minutes.
yarn install v1.22.19
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
✨ Done in 31.14s.
Initialized a git repository.
Success! Created acms-nextjs at /Users/jayakrishnan.jayabal/works/acms-nextjs
Inside that directory, you can run several commands:
yarn dev
Starts the development server.
yarn build
Builds the app for production.
yarn start
Runs the built app in production mode.
We suggest that you begin by typing:
cd acms-nextjs
yarn dev
At the end it can be
cd acms-nextjs
cp .env.example .env.local
#paste ur Environment Settings in `.env.local` file
yarn dev
The text was updated successfully, but these errors were encountered:
Unfortunately, the instructions printed by the CLI tool are not controlled by us. We could try to propose create-next-app to make improvements to the messages, but it might be difficult to get them to add something this specific there.
After the new nextjs setup is done , At the end ,we get few instructions about next steps, it can be improvised.
Example:
At the end it can be
The text was updated successfully, but these errors were encountered: