bw-hspc-contest-env/sandbox
David Poeschl 22bc7460df
Merge shared code for submission running (extension/sandbox) and team submission info (extension/web) (#16)
* Unify submission execution implementations into submissionRunner

* Unify contestMonitorTypes definitions between extension & web

* Make line separator in entry use LF

* Add entry.sh for sandbox

* Fix web imports

* Sandbox read from .env

---------

Co-authored-by: orosmatthew <orosmatthew@pm.me>
2024-03-11 13:32:23 -04:00
..
docker Merge shared code for submission running (extension/sandbox) and team submission info (extension/web) (#16) 2024-03-11 13:32:23 -04:00
src Merge shared code for submission running (extension/sandbox) and team submission info (extension/web) (#16) 2024-03-11 13:32:23 -04:00
.env.example [sandbox] Use env file for docker compose 2023-09-07 13:19:10 -04:00
.eslintignore [sandbox] Add eslint 2024-02-17 15:49:30 -05:00
.eslintrc.cjs [sandbox] Add eslint 2024-02-17 15:49:30 -05:00
.gitignore [sandbox] Formatting and scripts 2023-08-26 13:46:59 -04:00
.prettierignore [sandbox] Formatting and scripts 2023-08-26 13:46:59 -04:00
.prettierrc [sandbox] Formatting and scripts 2023-08-26 13:46:59 -04:00
docker-compose.yml Merge shared code for submission running (extension/sandbox) and team submission info (extension/web) (#16) 2024-03-11 13:32:23 -04:00
Dockerfile Merge shared code for submission running (extension/sandbox) and team submission info (extension/web) (#16) 2024-03-11 13:32:23 -04:00
package-lock.json Merge shared code for submission running (extension/sandbox) and team submission info (extension/web) (#16) 2024-03-11 13:32:23 -04:00
package.json Merge shared code for submission running (extension/sandbox) and team submission info (extension/web) (#16) 2024-03-11 13:32:23 -04:00
README.md Add READMEs 2023-09-14 11:16:11 -04:00
tsconfig.json Merge shared code for submission running (extension/sandbox) and team submission info (extension/web) (#16) 2024-03-11 13:32:23 -04:00

BW Contest Sandbox

Build Instructions

For all builds

You must fill out a .env file. An example is provided in .env.example. This is used for dev, production, and docker.

Build dependencies:

  • NodeJS
  • Docker (for docker build)

It is recommended to test development changes in a docker container.

For Development

npm i
npm run build
node build

For Production

npm i
npm run build
node build

Docker

docker compose up --build