This repository hosts Axon-ID's community website source code. The site itself is available at http://axon-id.github.io.
- Node.js v4 or higher
- npm (which comes bundled with node)
- gulp-gh-pages
- To install gulp-gh-pages
- $ npm install --save-dev gulp-gh-pages
Since this Web app is hosted on github.io, the 'master' branch must be used to deploy the production-ready app. Because of this, all development takes place on the develop branch.
- To start the app
- $ gulp serve
- To build the app
- $ gulp build
- To build and preview the production-ready app
- $ gulp serve:dist
- To deploy the app
- $ gulp deploy
To add new content or to update old information, please submit an issue.
Alternatively you can submit a pull request and make it even easier for us to update the site.