Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.31 KB

File metadata and controls

26 lines (15 loc) · 1.31 KB

LearnHarmony.org

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.

Running

If you want to run the site locally, just do the following:

npm install
grunt serve

That 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.)

Contributing

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.

Want to chat?

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.

![Gitter](https://badges.gitter.im/Join Chat.svg)