Skip to content

Running infinityedge

BangingHeads edited this page Oct 25, 2022 · 2 revisions

Infinityedge is made to run simply. By default all events will download into the events folder.

You will need to download the repository to a local folder.

Docker

You can simply run

docker-compose up

If you would like to run docker in the background you can add the -d flag.

Locally

Run the following commands:

yarn
yarn build
yarn start

Future runs will only need the yarn start command.

Clone this wiki locally