diff --git a/docs/2.0-beta.md b/docs/2.0-beta.md new file mode 100644 index 00000000..96e863da --- /dev/null +++ b/docs/2.0-beta.md @@ -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 +```