elm-pages-v3-beta/docs/2.0-beta.md
2021-05-24 12:44:37 -07:00

12 lines
241 B
Markdown

# elm-pages 2.0 beta
## Setup Instructions
```shell
npx dillonkearns/elm-pages#8ccdf30 init elm-pages-demo
cd elm-pages-demo
git init
git submodule add -b static-files https://github.com/dillonkearns/elm-pages.git
npm install
npm start
```