This is a Django project.
Install Python 3, Node 16, and Yarn. Have access to a pSQL database.
Install the remaining dependencies:
pip install -r requirements.txt
yarnCopy the example file, and fill in with API keys from the various services.
cp .env.example .envDo not copy-static without python properly configured (eg node docker container)
yarn install
yarn watchpython manage.py migratepython manage.py createsuperuserpython manage.py runserverThrough the admin ui (url:8000/admin) add a partner, otherwise pages won't be able to serialize the cart. Through the CMS (url:8000/cms) add a homepage.