Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thibautre/othrworld
💫 Physically accurate Orbital Simulator, built with React, Zustand and SVG. Highly unstable
https://github.com/thibautre/othrworld
orbit orbital-mechanics orbital-simulation react
Last synced: 17 days ago
JSON representation
💫 Physically accurate Orbital Simulator, built with React, Zustand and SVG. Highly unstable
- Host: GitHub
- URL: https://github.com/thibautre/othrworld
- Owner: thibautRe
- Created: 2020-12-24T15:30:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T21:20:42.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T09:12:48.593Z (2 months ago)
- Topics: orbit, orbital-mechanics, orbital-simulation, react
- Language: TypeScript
- Homepage: https://othr.world
- Size: 2.46 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Othrworld
This monorepo contains the source code for Othrworld, a single-player game about space systems and exploration.
[![Netlify Status](https://api.netlify.com/api/v1/badges/d3cbae9b-9440-40ca-8354-4fe2d97240ea/deploy-status)](https://app.netlify.com/sites/othrworld-master/deploys)
## Development
The repo is organised in a monorepo structure using Yarn Workspaces. The main app is located in the [`@othrworld/app`](./packages/app/) package.
To run the app, run the following commands:
```sh
yarn install
yarn start
```This will compile all the inner dependencies, run typescript watchers and start the app on port 3000.