-
Notifications
You must be signed in to change notification settings - Fork 0
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.
You can simply run
docker-compose up
If you would like to run docker in the background you can add the -d
flag.
Run the following commands:
yarn
yarn build
yarn start
Future runs will only need the yarn start
command.