You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Luke Westby 66340686e9 switch remote to http 4 years ago
content first commit 4 years ago
gen first commit 4 years ago
images first commit 4 years ago
src try another build 4 years ago
.gitignore trigger build 4 years ago
.npmrc first commit 4 years ago
README.md first commit 4 years ago
elm.json first commit 4 years ago
index.js first commit 4 years ago
netlify.toml first commit 4 years ago
package-lock.json trigger build 4 years ago
package.json trigger build 4 years ago
style.css first commit 4 years ago

README.md

elm-pages-starter

Deploy to Netlify

This is an example repo to get you up and running with elm-pages.

The entrypoint file is index.js. That file imports src/Main.elm. The content folder is turned into your static pages. The rest is mostly determined by logic in the Elm code! Learn more with the resources below.

Setup Instructions

Click "Use this template" on this Github page to fork the repo.

Or git clone it:

git clone git@github.com:dillonkearns/elm-pages-starter.git

Then install and run the dev server

cd elm-pages-starter
npm install
npm start # starts a local dev server using `elm-pages develop`

From there you can tweak the content folder or change the src/Main.elm file.

Learn more about elm-pages