Skip to content

bitembassy/bitembassy.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitembassy.org

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

Setup

$ git clone git@github.com: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