couch2code / couch2code.com

Couch to Code - A social application that inspires developers to continue to practice to push
5 stars 1 forks source link

Setup initial platform #1

Closed twilson63 closed 10 years ago

twilson63 commented 10 years ago

I setup the initial dev platform for the app.

I included angularJS, bootstrap and firebase.

To setup the dev env follow the instructions:

npm install w3 -g
npm install browserify -g
npm install
npm run build
npm start
open localhost:3000

To run a watch which will dynamically build the app from any changes:

npm run watch

This should get us started, also I put up a landing page:

http://couch2code.github.io

and set the dns to point so hopefully http://couch2code.com will point to the landing page.

Thanks

Tom

twilson63 commented 10 years ago

Re-opening, for James to confirm the dev setup works.

Also, you need to install nodejs

http://nodejs.org

jsouthard commented 10 years ago

Confirmed:

As a funny anecdote, about 5a this morning, I wondered whether you bought the domain already. The first whois I checked said it was available?!? After checking a couple others, I was relieved to see it had been secured (by you).

twilson63 commented 10 years ago

Update,

I have moved the features in their own separate modules:

c2c-challenges c2c-submissions c2c-reviews

ideally we would put these in their own separate repository with a sandbox and test environment attached to ci.

But for now, I am working on getting each module to bundle and connect.

Thanks

Tom