Source files for the Tel-Aviv Bitcoin emBassy website, using the hexo static website generator.
$ git clone [email protected]:bitembassy/bitembassy.org.git && cd bitembassy.org
$ npm install
# To start a local development server with on-the-fly transpilation
$ npm run server
# To publish changes to gh-pages
$ npm run deploy