[FE] Design init
This commit is contained in:
16
README.md
16
README.md
@@ -2,11 +2,21 @@
|
||||
|
||||
Interactive TODO list web application
|
||||
|
||||
# Use
|
||||
# Development Setup
|
||||
|
||||
python3 ./run.py
|
||||
install python and pip
|
||||
|
||||
# Install
|
||||
```bash
|
||||
pip install virtualenv
|
||||
python -m venv venv #/path/to/new/virtual/environment
|
||||
source venv/bin/activate #activate virtual env
|
||||
pip install -r requirements.txt
|
||||
python3 ./init_db.py #initialize database
|
||||
|
||||
python3 ./run.py
|
||||
```
|
||||
|
||||
# Build app
|
||||
|
||||
cd build-deb/
|
||||
make
|
||||
|
Reference in New Issue
Block a user