Skip to content

Latest commit

History

History
18 lines (11 loc) 路 637 Bytes

README.md

File metadata and controls

18 lines (11 loc) 路 637 Bytes

Othrworld

This monorepo contains the source code for Othrworld, a single-player game about space systems and exploration.

Netlify Status

Development

The repo is organised in a monorepo structure using Yarn Workspaces. The main app is located in the @othrworld/app package.

To run the app, run the following commands:

yarn install
yarn start

This will compile all the inner dependencies, run typescript watchers and start the app on port 3000.