adds README

This commit is contained in:
Norman Köhring 2023-01-22 19:21:40 +01:00
parent fd2d98e76d
commit 9fb7ece99d

15
README.md Normal file
View 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
```