mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 12:52:27 +03:00
Add beta setup instructions.
This commit is contained in:
parent
8ccdf30399
commit
dd00268754
11
docs/2.0-beta.md
Normal file
11
docs/2.0-beta.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user