Code Monkey home page Code Monkey logo

kitchen-sink's Introduction

KITCHEN SINK

PURPOSE

The purpose of this repo is to get the Node.js Livefyre Library in your local development environment

STRUCTURE

This is an Express.js web server running on Node.js platform

INSTALLATION

Assuming your environment lacks command line tools & node, here are the steps to quickly get you up and running:

  • Go to http://nodejs.org/download/ and download the Universal Mac OS X Installer (.pkg)
  • Install Node.js by double-clicking node-v0.10.X.pkg
  • Go to /Applications/Utilities/ and launch Terminal.app

In Terminal.app, copy and paste the following steps (when you see a “$” in the next steps, it means to run the following command. Do not paste in the “$” into Terminal.app):

If command line tools are not installed:

  • $ git --version (This should prompt you to install command line tools. Click install => agree)

If command line tools are installed:

  • $ cd ~/ && mkdir “dev” && cd dev
  • $ git clone https://github.com/cid8600/kitchen-sink && cd kitchen-sink
  • $ npm install
  • $ make install
  • Answer prompt for security purposes (hint: answer is in all lowercase)
  • Hit "y" to create your randomly generated Heroku instance name
  • Open a web browser and go to http://localhost:3000

If you see the home page:

  • do a jig && go to the fridge && have wine and cheese

If you do not see the home page:

STARTING NODE

  • $ cd ~/dev/kitchen-sink/ && npm start

STOPING NODE

  • $ ^C

kitchen-sink's People

Contributors

pcolombo avatar sonylnagale avatar gobengo avatar

Watchers

Cid Donham avatar James Cloos avatar

Forkers

jennalanger

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.