add live url
replace screenshot in readme
add LICENSE
On vacation in Italy climbing grades are French, at home they are UIAA, and back in the states they are YDS, so I built this tool as a quick reference. Also another chance to explore elm and functional programming on the frontend.
This project was bootstrapped with Create Elm App. Reference that doc for most things.
Start dev_env with:
$ elm-app start
Build for production into /build folder:
$ elm-app start
Install elm packages with:
$ elm-app install <package-name>
Special thanks to @kressnick25 for adding the Ewbank grading system, commit
Currently production is hosted in AWS with files in s3 bucket, domain DNS in route 53, and cloud front caching connecting the two. In the future I'd like to get this into terriform for its more reproducible.
$ make
will build files into ./build folder$ make deploy
will build then push files to aws