mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 23:12:22 +03:00
20 lines
548 B
Markdown
20 lines
548 B
Markdown
# elm-pages 2.0 beta
|
|
|
|
## Setup Instructions
|
|
```shell
|
|
npx dillonkearns/elm-pages#static-files 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
|
|
```
|
|
|
|
## Docs
|
|
|
|
Beta Documentation Site: https://deploy-preview-176--elm-pages.netlify.app/docs/
|
|
|
|
Beta Elm Package Docs: https://elm-doc-preview.netlify.app/?repo=dillonkearns%2Felm-pages&version=static-files
|
|
|
|
Beta feedback GitHub Discussion thread: https://github.com/dillonkearns/elm-pages/discussions/188
|