Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.