Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 913 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 913 Bytes

ESFiddle

Build Status

Try out the latest ES6+ features right in your browser.

See it online here.

We welcome pull requests from first-timers and seasoned veteran programmers alike. Follow the steps below to get setup. Then have a look at some of the projects issues

Getting Started

This guide assumes you already have MongoDB and NodeJS installed.

Clone the repository

# Get the latest version
git clone [email protected]:esfiddle/esfiddle.git

# Change directory
cd esfiddle

# Install Npm dependencies
npm install

# Add a MONGODB_URI to your environment
export MONGODB_URI='mongodb://localhost:27017/fiddles'

# Open a new terminal window and start MongoDB
mongod

# Start the application
npm start