No description
backend | ||
public | ||
src | ||
.gitignore | ||
docker-compose.yaml | ||
Dockerfile_backend | ||
Dockerfile_frontend | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
Setup.bat | ||
Setup.sh | ||
vite.config.js |
Sproof Challenge
(Mirror adjusted for local deployments)
Setup:
- docker compose up -d
- visit http://localhost:8090
(For actual deployment, nginx in docker is used as reverse proxy + cloudflare as cache/proxy)
This is a "semi" mirror that does not have the original commit history due to privacy reasons.
Made from the template: npm create vite@latest sproof_challenge -- --template react Link