Skip to content

goosetherumfoodle/plate-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live: https://goosetherumfoodle.github.io/plate-math/

Installing dependencies

elm-app install

An alias for elm-app package install

Running locally

elm-app start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Deploying to GitHub Pages

1 Build the project with:

elm-app build

Builds the app for production to the build folder.

The build is minified, and the filenames include the hashes. Your app is ready to be deployed!

2 make sure you have gh-pages installed

gh-pages -d build