Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.26 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.26 KB

Header

sweetPotato

A recipe manager built with ReactJS and Flask

Installation

git clone https://github.com/Lanseuo/sweetPotato
cd sweetPotato
pip install -r requirements.txt
python3 run.py build

Usage

run sweetPotato for development

python3 run.py

Deployment

install sweetPotato permanentely (on a server)

DEPLOYMENT.md

Update

cd sweetPotato
. venv/bin/activate
git pull
python3 run.py build

on a server you have to restart supervisor too

supervisorctl restart sweetpotato

Made with

Meta

Lucas Hild - https://lucas-hild.de
This project is licensed under the MIT License - see the LICENSE file for details