/bitvagas.github.io

BitVagas Landing page

Primary LanguageCSSGNU General Public License v2.0GPL-2.0

Platform of Jobs for Bitcoin Users.

How it works?

We use HarpJS, a static generator in NodeJS, and the best way to install it is via NPMJS.

  1. You need to clone the project:
$ git clone git@github.com:bitvagas/bitvagas.github.io.git
  1. Then go to the folder
$ cd bitvagas.github.io
  1. And finally, install all dependencies
$ [sudo] npm install
$ bower install

Now you're good to go!

Usage

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

History

For versions history check Releases

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

GPL License © BitVagas