OCSEFHacks project, a system for sharing items between a community
- Clone repo
git clone https://github.com/Seirea/locker-proj
- Setup virtual environment
python3 -m venv .venv
# on windows
.venv/Scripts/activate
# on *nix systems
. .venv/Scripts/activate.sh
- install deps
pip3 install -r requirements.txt
pnpm i
- Run CSS Compiler/Watcher
pnpm watch:css
- Run (Dev Mode)
flask --app server run --debug --host=0.0.0.0
Firmware can be found at https://github.com/Seirea/locker-firmware