Skip to content

321C4/aframe-site

 
 

Repository files navigation

aframe-site

Powers 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/!

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

Writing Documentation

Documentation lives in the A-Frame GitHub repo.

First, clone the A-Frame GitHub repo.

cd aframe
npm link

And then link aframe-site to aframe:

cd aframe-site
npm link aframe

Then the documentation will update as you work on them from the A-Frame repository. This works because we have pointed the A-Frame site, via a soft symbolic link, to the documentation installed in node_modules/aframe/docs/.

Deployment

To deploy this to production (GitHub Pages):

npm run deploy

It will now be live!

Credits

Source adopted from the awesome @vuejs site.

License

Licensed under The MIT License.

About

Official A-Frame site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%