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

imersys/player-site

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published