Skip to content

Commit 8e4fb26

Browse files
authored
Update README.md
1 parent 2b5c231 commit 8e4fb26

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,24 @@
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

0 commit comments

Comments
 (0)