Skip to content

ASKIDA/axon-id.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axon-id.github.io

This repository hosts Axon-ID's community website source code. The site itself is available at http://axon-id.github.io.

Prerequisites

  1. Node.js v4 or higher
  2. npm (which comes bundled with node)
  3. gulp-gh-pages
To install gulp-gh-pages
$ npm install --save-dev gulp-gh-pages

Contributing

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

Adding new content

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors