3D map of our stellar neighbourhood, using ThreeJS
src | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc | ||
index.html | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
Stellar Neighbours
An interactive 3D spherical map of surrounding stars, made with THREE.js.
Development Setup
yarn # install dependencies
yarn dev # run dev server
Build
yarn build