From d805e9caae264c6cbe6228061e64959c9f9f0b54 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 13 Oct 2015 10:12:26 -0700 Subject: [PATCH] additional improvements to basejumps --- seed/challenges/basejumps.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/seed/challenges/basejumps.json b/seed/challenges/basejumps.json index 67a630d701..a65959e630 100644 --- a/seed/challenges/basejumps.json +++ b/seed/challenges/basejumps.json @@ -16,7 +16,7 @@ [ "http://i.imgur.com/F7i5Hhi.gif", "A gif showing how to fill out the new workspace form", - "Instead of starting from scratch, we recommend using Clementine.js, a full stack JavaScript \"boilerplate\" that already has some basic code written for you. On c9.io, give your workspace a name, then leave \"Template\" as custom and create your workspace from this GitHub url: https://github.com/johnstonbl01/clementinejs-fcc.git", + "Instead of starting from scratch, we recommend using Clementine.js, a full stack JavaScript \"boilerplate\" that already has some basic code written for you. Clementine.js has a detailed tutorial you can go through to build it yourself, but for now let's just clone its code. On c9.io, give your workspace a name, then leave \"Template\" as custom and create your workspace from this GitHub url: https://github.com/johnstonbl01/clementinejs-fcc.git", "" ], [ @@ -34,10 +34,7 @@ [ "http://i.imgur.com/sULwMlo.gif", "A gif showing you how to prep your environmental variables in your .env file.", - "Open your .env file and past this into it, then save it:", - "GITHUB_KEY=", - "GITHUB_SECRET=", - "APP_URL=", + "Open your .env file and paste this into it, then save it:
GITHUB_KEY=
GITHUB_SECRET=
APP_URL=
", "" ], [ @@ -61,7 +58,7 @@ [ "http://i.imgur.com/VqCmJOh.gif", "A gif showing you how to update the ajax-functions.js file with your c9.io preview URL.", - "Open app/common/ajax-functions.js and replace \"http://localhost:8080/\" with the URL from your clipboard (the URL from your preview tab).", + "Open app/common/ajax-functions.js and replace http://localhost:8080/ with the URL from your clipboard (the URL from your preview tab).", "" ], [ @@ -117,7 +114,6 @@ "Objective: Build a full stack JavaScript app that successfully reverse-engineers this: http://votingapp.herokuapp.com/ and deploy it to Heroku.", "Note that for each Basejump, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit http://freecodecamp.com/challenges/get-set-for-basejumps.", "As you build your app, you should frequently commit changes to your codebase. You can do this by running git commit -am \"your commit message\". Note that you should replace \"your commit message\" with a brief summary of the changes you made to your code.", - "You can push these new commits to GitHub by running git push origin master, and to Heroku by running grunt --force && grunt buildcontrol:heroku.", "Here are the specific User Stories you should implement for this Basejump:", "User Story: As an authenticated user, I can keep my polls and come back later to access them.", "User Story: As an authenticated user, I can share my polls with my friends.",