Conversation
Initially you are taken to a login page where submission takes you to the main page where you are shown a (fake) list of projects
README.md
Outdated
There was a problem hiding this comment.
Helpful hint: change the toggle from "Source" to "Rendered" above, and it'll show you the final output from Markdown. You might have little tweaks you want to make.
There's also a nice Sublime Text plugin called "Markdown Preview". Install it, then press Shift+Cmd+P, type mdp, and you'll see a list of useful commands like Markdown Preview: GitHub Flavored Markdown: Preview in Browser.
|
It runs! Hurray! 🎉 By the way, your Git commits are being recorded under Glen's info. You should update your identity: git config [--global] user.name="Example Person"
git config [--global] user.email="example.person@mail.example.com"If you leave out the global flag, those commands will just affect the repo for this particular project (when executed in the repo's directory, natch); with the global flag, your identity will be the default for future projects. |
|
Be sure to push incremental improvements up to GitHub so I can see progress towards resolving the issues already identified! |
to come: more cleanup(routes, ejs header and footer, pretty css), actually connect with ravelry (just got api key)
There was a problem hiding this comment.
The preferred way to do this would be to call the module's controller method — it's a clearer way of defining controllers, and it'll allow the controller to participate more fully in dependency injection. Not the best documentation, but a bit of reference here.
Initially you are taken to a login page where submission takes you to the main page where you are shown a (fake) list of projects