Skip to content

imersys/docs-site

Folders and files

NameName
Last commit message
Last commit date
Aug 11, 2020
Jan 23, 2020
Aug 10, 2020
Aug 26, 2020
Sep 3, 2020
Jan 23, 2020
Aug 26, 2020
Aug 11, 2020
Jan 23, 2020
Jan 23, 2020
Jan 23, 2020
Jan 23, 2020
Aug 10, 2020
Jan 23, 2020
Aug 10, 2020
Jan 23, 2020
Aug 10, 2020
Jan 29, 2020

Repository files navigation

Imersys docs-site

Imersys docs site is built using hexo. Most of site's actual content is written in Markdown. Pull requests are always welcome!

Local Development

Clone this repository:

git clone git@github.com: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.

Deployment

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

Credits

Source adopted from A-Frame and Vue's site.

License

Licensed under The MIT License.