Thanks to visit codestin.com
Credit goes to github.com

Skip to content

beeracademy/web

Repository files navigation

Academy Web Server

Build, Test & Deploy

Frontend and api server for Academy.

Installation

Install uv and run:

uv sync

Install pre-commit hook to ensure files are formatted correctly:

uv run pre-commit install

Then apply the database migrations:

uv run ./manage.py migrate

Running

To start the server locally run:

uv run ./manage.py runserver

Compiling Svelte components

Some views uses Svelte components, which needs to be compiled. To do this, run the following:

cd svelte
./build_components

Generating Facebook access token

About

Frontend and api for academy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 7