Skip to content

Commit

Permalink
Merge pull request #451 from DavidDTA/patch-1
Browse files Browse the repository at this point in the history
Add information about supported versions of node
  • Loading branch information
dillonkearns authored Jan 31, 2024
2 parents d01718c + b746279 commit ca524e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/docs/content/docs/02-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ npx elm-pages dev

This creates a new project in `my-project/` and starts the dev server. You can then add new routes using the CLI commands below.

You can get the `npx` command by installing [node](https://nodejs.org). `elm-pages` supports all and only [supported release lines](https://github.com/nodejs/release#release-schedule) of node.

## Lamdera

[`elm-pages` Scripts](/docs/elm-pages-scripts) can run with the Elm compiler if the Lamdera compiler isn't installed. However, builds (`elm-pages build`) and and the dev server (`elm-pages dev`) require the Lamdera compiler to be installed.
Expand Down

0 comments on commit ca524e9

Please sign in to comment.