File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 1010
1111![ Flask-WTF Tutorial] ( https://github.com/hackersandslackers/flask-wtform-tutorial/blob/master/.github/flask-wtforms-tutorial@2x.jpg?raw=true )
1212
13- Source code for the accompanying tutorial found here: https://hackersandslackers.com/flask-wtforms-forms/
13+ ** Tutorial** : https://hackersandslackers.com/flask-wtforms-forms/
14+
15+ ** Demo** : https://flaskwtf.hackersandslackers.app/
1416
1517
1618# Getting Started
1719
18- Get set up locally in two steps:
20+ Get set up locally:
21+
22+ ### Installation
23+
24+ Get up and running with ` make deploy ` :
25+
26+ ``` shell
27+ $ git clone https://github.com/hackersandslackers/flask-wtform-tutorial.git
28+ $ cd flask-wtform-tutorial
29+ $ make deploy
30+ ```
1931
2032### Environment Variables
2133
@@ -27,15 +39,6 @@ Replace the values in **.env.example** with your values and rename this file to
2739
2840* Remember never to commit secrets saved in .env files to Github.*
2941
30- ### Installation
31-
32- Get up and running with ` make deploy ` :
33-
34- ``` shell
35- $ git clone https://github.com/hackersandslackers/flask-wtform-tutorial.git
36- $ cd flask-wtform-tutorial
37- $ make deploy
38- ```
3942
4043-----
4144
You can’t perform that action at this time.
0 commit comments