321 B
321 B
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(stars on port 9000) or compile the site towwwwithnpm run compile