This is the code for the website LearnHarmony.org. It is a static site with a cusom Markdown/FrontMatter build step. Everything has been written using ES6 modules. I deploy the site to GitHub Pages using the ./publish site command, which takes everything in the site folder and sends it to the gh-pages branch.
If you want to run the site locally, just do the following:
npm install
grunt serveThat will watch for changes and rebuild the static assets. It will also start a local server for you to point your browser at and test with.
(You may need to make sure that the grunt-cli is installed: npm install -g grunt-cli.)
Yes, I happily take contributions. Please make sure that running grunt comes out without errors. There are no unit tests right now, but there may be in the future. This project is hooked up to Travis CI but it will not automatically deploy.
There is a chat room set up. There isn't a lot of activity there, but if you join and write a message, I'll get notified.