Giter VIP home page Giter VIP logo

codepen's Introduction

#Tinkerbox

A thingly like Dabblet, JSBin, JSFiddle, CSS Desk, and the like. Only this one open source and licensed so that you can use it commercially or host it yourself or whatever you wanna do.

This app is composed of three individual services. The first is a sinatra ruby service, the second a node web service and the third a mongo db.

##One Line Start To start Code Pen with a single command type:

foreman start

This uses the foreman gem to run all three services simultaneously so you don't have to open three terminal sessions for each of the services. All three standard outputs will be sent to the single window. To configure the commands that foreman runs edit the Procfile.

##Server Setup

To get the server running on your machine, do the following:

gem install bundler
bundle install

To run the server with reload, do this

shotgun config.ru

However, shotgun will destroy sessions, so when working with auth, you must run

rackup

##Installing Mongo

Follow the homebrew setup instructions, then install mongo via homebrew:

brew install mongodb

##Installing Node Visit Node http://nodejs.org/, download and install for your os.

To run node service (handles a few preprocessors) call node node/app.js.

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.