Skip to content

Commit

Permalink
dev(storybook): consistent Next.js usage
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrippey committed Sep 20, 2023
1 parent 994f1b4 commit cdd1de9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Make sure the environment variable is loaded by running `env` command in your te

If it is not loaded you can do so by running `source .env` command in your terminal

Assuming you completed the previous steps, you should now be able to start the Nextjs app using:
Assuming you completed the previous steps, you should now be able to start the Next.js app using:

```
pnpm dev:nextjs
Expand Down Expand Up @@ -113,6 +113,6 @@ There is an `./packages/nextjs/.env.sample` committed to the repo which contains

:bulb: To get a list of scripts available, you can run `pnpm run` and it will output a list of available commands.

- `dev:nextjs` - Runs the NextJs app
- `build:nextjs` - Builds NextJS app
- `start:nextjs` - Starts the built-out NextJs app
- `dev:nextjs` - Runs the Next.js app
- `build:nextjs` - Builds the Next.js app
- `start:nextjs` - Starts the built-out Next.js app

0 comments on commit cdd1de9

Please sign in to comment.