Visualization showing the orbits of minor planets and their discovery over time.
This is a 3D port of Orrery (2D).
Install dependencies using npm install
or yarn install
.
Start server using npm run start
or yarn start
.
Build and bundle using npm run build
or yarn build
.
Watch changes and rebuild using npm run watch
or yarn watch
.
Deploy to gh-pages using npm run deploy
or yarn deploy
.