Imersys docs site is built using hexo. Most of site's actual content is written in Markdown and located in another repository. Pull requests are always welcome!
Clone this repository:
git clone [email protected]:imersys/player-site.git && cd player-site
To install the dependencies and start the local development server:
npm install && npm run installdocs && npm start
Then load http://localhost:4000/
!
You may need to occasionally need to restart the server if you cause breaking
changes. Just proceed as usual. When developing on the site scripts,
generators, and helpers in scripts/
, you will need to restart the server on
every change.
npm run generate
firebase deploy
Source adopted from A-Frame and Vue's site.
Licensed under The MIT License.