Sources for the frontend code for the schedule-planner tool.
The site is live here
This project builds on
- Schedule Planner (the backend server)
- Foundation, though it is usable without. (styling only)
- Elm
Execute bower install && bundler install && compass compile
in the directory.
Install the elm platform.
If you want to use a local instance of the backend server set the receiver
constant at the top of src/InputFields.elm to where the server is running. Usually "localhost:PORT" with PORT being the port you chose for the server.
Compile the project using elm-make src/Main.elm
.
Open index.html.