Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature Request - Changing Readme instruction during setup #52

Open
jayakrishnanj opened this issue Jul 6, 2022 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@jayakrishnanj
Copy link

jayakrishnanj commented Jul 6, 2022

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
@lauriii
Copy link
Contributor

lauriii commented Jul 6, 2022

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.

@lauriii
Copy link
Contributor

lauriii commented Jul 7, 2022

Opened an issue in the upstream package for this vercel/next.js#38399

@lauriii lauriii added the enhancement New feature or request label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants