Imersys docs site is built using hexo. Most of site's actual content is written in Markdown. Pull requests are always welcome!
Clone this repository:
git clone [email protected]:imersys/docs-site.git && cd docs-site
To install the dependencies and start the local development server:
npm install && 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.
GitHub Actions does all the job on generating the bundle (npm run generate
) and deploying it to GitHub Pages. You simply need to run the following therefore:
npm version patch
git push && git push origin --tags
Source adopted from A-Frame and Vue's site.
Licensed under The MIT License.