Add beta setup instructions.

This commit is contained in:
Dillon Kearns 2021-05-24 12:44:37 -07:00
parent 8ccdf30399
commit dd00268754

11
docs/2.0-beta.md Normal file
View File

@ -0,0 +1,11 @@
# 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
```