An ECS game editor built with Typescript and React.
- Have docker set up on your system
- Run
docker-compose up -d db
to start the postgres database (required by the api). - Run
yarn dev:api
to start the editor api in dev/watch mode - Run
yarn dev:web
to start the editor app in dev/watch mode Open http://localhost:8080 to view the editor in the browser.
In the project directory, you can run:
Starts the editor API without watch mode.
Launches the test runner.
Builds the editor SPA for production to the packages/ecs-editor/dist
folder.