nathanbreitsch / storytime

Make stories with your friends!
0 stars 0 forks source link

Install meteor, setup and run project. #10

Closed nathanbreitsch closed 9 years ago

nathanbreitsch commented 9 years ago

Step 1: curl https://install.meteor.com | /bin/sh this installs meteor

Step 2:go to the directory where you want to keep the storytime code directory and type: meteor create storytime
and then cd storytime. this makes a directory which contains html, js, and css files. It also contains hidden directories which you can see by typing: ls -a

Step 3: rm storytime.* this gets rid of useless files

Step 4: git clone https://github.com/nathanbreitsch/storytime.git this downloads the project into your directory

Step 5: just type: meteor this runs the project

step 6: open your browser and type localhost:3000 in the url. If everything worked, you should see the project web page.

evanbreitsch commented 9 years ago

yay!

On Aug 10, 2014, at 4:34 PM, Nathan Breitsch notifications@github.com wrote:

Assigned #10 to @evanbreitsch.

— Reply to this email directly or view it on GitHub.