adds README
This commit is contained in:
parent
fd2d98e76d
commit
9fb7ece99d
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# 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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue