Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 738 Bytes

File metadata and controls

25 lines (13 loc) · 738 Bytes

Welcome to the Archives!

Setup

Create a python virtual environment with python3 -m venv ./venv

and then activate the enviroment with source ./venv/bin/activate

This process may vary depending on your operating system.

After creating and activating a virtual environment, install dependencies with pip install -r requirements.txt

Then install npm packages with npm i

To setup the app run flask setup

Settings for the app can be found in the created .env

Run flask run --debug to launch the application in debug mode.

When running in debug mode the bundler will be active (Unless disabled in the .env).

To enter the shell type flask shell.

Helper commands can be found in shell.py