wulkanowy-web/README.md
2021-01-28 20:48:04 +01:00

977 B

Wulkanowy-web

🌋 Unofficial browser VULCAN UONET+ client for both students and their parents

GitHub Workflow Status Discord

Development

0. Automatic installation (WINDOWS ONLY)

If you don't want to enter commands just run

install.exe

If that doesn't work, run the file:

install.bat

Which is in the batch folder.

After this installation, just follow the 3rd step.

1. Install dependencies.

pip install -r requirements.txt

And in frontend:

npm install

2. Make migrations

python manage.py makemigrations
python manage.py migrate

3. Start the server!

npm run dev
python manage.py runserver

or if you run Windows you can run:

runserver.bat