🌋 Unofficial VULCAN UONET+ browser client for students and their parents
cd backend
pip install -r requirements.txtAnd in frontend:
cd frontend
npm installcd backend
py -m mainAnd in frontend:
cd frontend
npm run serveWith docker compose
docker-compose up -dWithout docker compose
docker build -t wulkanowy/web .
docker run -d -p 8000:8000 wulkanowy/web