This website requires JavaScript.
Explore
Help
Register
Sign In
andy
/
planetary.js
Watch
1
Star
0
Fork
0
You've already forked planetary.js
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4927fedc20
planetary.js
/
site
History
Brandon Tilley
50b283aa5e
(site) Add link to release notes and tree/tag from download page
2013-12-28 13:07:02 -08:00
..
public
(site) Add link to release notes and tree/tag from download page
2013-12-28 13:07:02 -08:00
.gitignore
Initial commit
2013-12-18 20:47:31 -08:00
harp.json
Initial commit
2013-12-18 20:47:31 -08:00
package.json
Initial commit
2013-12-18 20:47:31 -08:00
README.md
Fix typo in site readme
2013-12-21 16:10:20 -08:00
README.md
Planetary.js Site
This is the source for the Planetary.js web site.
Building
Install
Node.js
Install the local dependencies with
npm install
Run the development server with
npm start
(starts on port 9000) or compile the site to
www
with
npm run compile