Added a stub for "how do i create a new page"

This commit is contained in:
Sahat Yalkabov
2014-01-29 03:31:56 -05:00
parent cba5849c5f
commit 6910903115

View File

@ -253,14 +253,14 @@ for authentication with single page applications. If you insist on using
a client-side framework, it's best if you use a boilerplate of choice for your particular a client-side framework, it's best if you use a boilerplate of choice for your particular
client-side framework and just grab the pieces you need from the Hackathon Starter. client-side framework and just grab the pieces you need from the Hackathon Starter.
HOW IT WORKS HOW IT WORKS (mini guide series)
------------ ------------
This section is intended for giving you a detailed explanation about This section is intended for giving you a detailed explanation about
how a particular functionality works. Maybe you are just curious about how a particular functionality works. Maybe you are just curious about
how it works, or maybe you are lost and confused while reading the code, how it works, or maybe you are lost and confused while reading the code,
I hope it provides some guidance to you. I hope it provides some guidance to you.
### :bulb: How do flash messages work in this project? ###:bulb: How do flash messages work in this project?
This project uses *express-flash* module for flash messages. And that This project uses *express-flash* module for flash messages. And that
module is built on top of *connect-flash*, which is what I used in module is built on top of *connect-flash*, which is what I used in
this project initially. With *express-flash* you don't have to this project initially. With *express-flash* you don't have to
@ -329,6 +329,9 @@ or send a pull request if you would like to include something that I missed.
<hr> <hr>
###:page_facing_up: How do I create a new page?
TODO
### How "Forgot your password" works? ### How "Forgot your password" works?
"Forgot your password" is only partially implemented at this time "Forgot your password" is only partially implemented at this time