ソースを参照

Update README.md

cube 6 日 前
コミット
2311960560
共有1 個のファイルを変更した8 個の追加1 個の削除を含む
  1. 8
    1
      README.md

+ 8
- 1
README.md ファイルの表示

@@ -1,3 +1,10 @@
1 1
 # myriad
2 2
 
3
-flask app for plurals to publicly share member lists
3
+flask app for plurals to publicly share member lists
4
+
5
+# dev set up 
6
+
7
+after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate`
8
+then `pip install Flask` inside the virtual env
9
+you might also need to init a database, so use `flask --app myriad init-db`
10
+to start the site use `flask --app myriad run --debug`