Skip to content

AndyRead/aframe-site-dev

 
 

Repository files navigation

aframe-site-dev

This site drives the staging server for the A-Frame site.

This site is built using hexo. Site content is written in Markdown (and located in the src/ directory). Pull requests are welcome!

Local Development

To install the dependencies and start the local development server:

npm install && npm start

Then load http://localhost:4000/!

To clean the repo's local database:

npm run clean

You may need to occasionally need to resart the server if you cause breaking changes. Just proceed as usual.

Deployment

To deploy this to GitHub Pages:

npm run deploy

It will now be live at the staging server.

Credits

Source adopted from the awesome @vuejs site.

License

Licensed under The MIT License.

About

Powers the A-Frame site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • CSS 1.2%