15 lines
214 B
Markdown
15 lines
214 B
Markdown
# Stellar Neighbours
|
|
|
|
An interactive 3D spherical map of surrounding stars, made with THREE.js.
|
|
|
|
## Development Setup
|
|
|
|
```sh
|
|
yarn # install dependencies
|
|
yarn dev # run dev server
|
|
```
|
|
|
|
## Build
|
|
```sh
|
|
yarn build
|
|
```
|