Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 417 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 417 Bytes

bitembassy.org

Source files for the Tel-Aviv Bitcoin emBassy website, using the hexo static website generator.

Setup

$ 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