Platform of Jobs for Bitcoin Users.
We use HarpJS, a static generator in NodeJS, and the best way to install it is via NPMJS.
- You need to clone the project:
$ git clone git@github.com:bitvagas/bitvagas.github.io.git
- Then go to the folder
$ cd bitvagas.github.io
- And finally, install all dependencies
$ [sudo] npm install
$ bower install
Now you're good to go!
HarpJS has three basic options used in this project:
To regenerate the site as you edit and save files, which can be viewed at http://localhost:3000
, run:
$ gulp serve
To generate a static version of the site, that is ready to upload to a server (it will create a folder called www
), run:
$ gulp build
To generate and send the output to gh-pages
branch, run:
$ gulp deploy
For versions history check Releases
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
GPL License © BitVagas