mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 03:42:04 +03:00
12 lines
241 B
Markdown
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
|
|
```
|