Week 1
Resources
Getting Started:
- Download Slack
- Sign up for GitHub (and verify Email address!!)
- Download Atom
- Download GitHub Desktop
- Create a repository with GitHub
- Open your repository folder with Atom
- Create a file (Command + N) and save it (Command + S) as "index.html"
- Make your first commit!
- Sync your commit to GitHub
- Create a new branch called "gh-pages" and sync it to GitHub
-
See your page at
http://{ your user name }.github.io/{ your repository name }/
for example:
http://avand.github.io/fewd-37/
A good developer starts her day by...
- Open GitHub. Make sure you start clean... Discard any bad changes!
- Open Atom and then open the project folder you are working on.
- Open up Chrome. It's where you'll see your work. You'll probably want to open the page you're working on too.
- Arrange your windows in a way that will minimize fussing. Try making Atom side by side with Chrome maybe.