$ python3 -m venv .virtualenv
$ ./ve pip install -r requirements.txt
$ ./ne yarn install
- front end
$ make fe
- python
$ make web
visit http://127.0.0.1:5000 for website.
$ make prd
| Name | Name | Last commit date | ||
|---|---|---|---|---|
$ python3 -m venv .virtualenv
$ ./ve pip install -r requirements.txt
$ ./ne yarn install
$ make fe
$ make web
visit http://127.0.0.1:5000 for website.
$ make prd