No description
d8971723de
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.github/workflows | ||
app | ||
frontend | ||
tests | ||
wulkanowy | ||
.Dockerignore | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
manage.py | ||
README.md | ||
requirements.txt |
Wulkanowy Web
🌋 Unofficial VULCAN UONET+ browser client for students and their parents
Join our Discord server!
Development
1. Install dependencies
pip install -r requirements.txt
npm i
2. Make migrations
python manage.py makemigrations
python manage.py migrate
3. Start the server
python manage.py runserver
And in frontend:
cd frontend
npm run build
Docker
With docker compose
docker-compose up -d
Without docker compose
docker build -t wulkanowy/web .
docker run -d -p 8000:8000 wulkanowy/web