Skip to content

katjam/lemur-land

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm project

Prerequisites

Follow official install instructions for your setup:

  • Elm 0.19
  • node
  • Parcel Builds and bundles the app, runs dev server.

Development build

  • npm start for a hot-reload dev server

Tests

  • npm test

Production build

  • npm run build

Deploy to GitHub pages with Travis

We're using Travis.

  • On every push to the repo, Travis will build and run tests
  • To trigger a deploy to gh-pages, create and push a tag (e.g. git tag v1.0.0 && git push origin --tags Encrypted vars can be added to .travis.yml using the travis cli tools as decribed in the travis docs. Currently configured with GITHUB_TOKEN value.