.. | ||
prisma | ||
src | ||
static | ||
templates/java/problem | ||
.dockerignore | ||
.env.example | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
docker-compose.yml | ||
Dockerfile | ||
package-lock.json | ||
package.json | ||
README.md | ||
svelte.config.js | ||
tsconfig.json | ||
vite.config.ts |
BW Contest Web
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)
For Development
$ npm install
$ npm run dev
For Production
$ npm install
$ npm run build
$ node build
Docker
$ docker-compose up --build