Merge pull request #239 from zeshhaan/patch-1

Add clarity on installing dependencies
This commit is contained in:
Dillon Kearns 2021-10-16 08:52:46 -07:00 committed by GitHub
commit 8bca5e3555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,12 @@ You can create a fresh `elm-pages` project with the `init` command.
```shell
npx elm-pages init my-project
cd my-project
npm install
npm start # starts a local dev server using `elm-pages dev`
```
This will create a new project in `my-project/`. You can then start a dev server and add new routes using these CLI commands.
This creates a new project in `my-project/` and starts the dev server. You can then add new routes using the CLI commands below.
## CLI commands