Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.13 KB

Imersys player-site

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!

Local Development

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.

Deployment

npm run generate

firebase deploy

Credits

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

License

Licensed under The MIT License.