Skip to content

Created first files.#1

Open
mcarson-123 wants to merge 2 commits intomasterfrom
setting_up
Open

Created first files.#1
mcarson-123 wants to merge 2 commits intomasterfrom
setting_up

Conversation

@mcarson-123
Copy link
Owner

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

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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@cyranix
Copy link

cyranix commented Apr 22, 2014

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.

@cyranix
Copy link

cyranix commented Apr 23, 2014

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)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants