Use this repo as a boilerplate for future embeds
npm install
and thennpm start
, open http://localhost:3000.npm run build
will build project for production.
We write our code in Sublime Text, so if you intent to contribute you should do it in that editor.
- Install EditorConfig plugin
- Setup linting plugin.
- You may notice that if you try to commit and you messed up in the source code, linting prevent your commit. So keep it clean and don’t turn off linting, because history will show who did dirty stuff.