Skip to content

Try out the newest ES6+ features in your browser

License

Notifications You must be signed in to change notification settings

bernard-leech/esfiddle

 
 

Repository files navigation

ESFiddle

Build Status Join the chat at https://gitter.im/esfiddle/Lobby Pull Requests Welcome first-timers-only Friendly

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

See it online here.

Getting Started

This guide assumes you already have MongoDB and NodeJS installed. Click here for instructions on how to install MongoDB and NodeJS

Clone the repository

# Get the latest version
git clone git@github.com:esfiddle/esfiddle.git

# Change directory
cd esfiddle

# Update PRIVATE section in sample.env file and rename it to '.env'
mv sample.env .env

# Open a new terminal window and start MongoDB
mongod --dbpath path/to/your/db/folder

# Start the application
npm start

Found a bug?

Read the Help I've Found a Bug article and follow its instructions.

Want to know what we are working on?

Check out our vision.

Contributing

We welcome pull requests from first-timers and seasoned veteran programmers alike. Follow the steps above to get setup.

In addition to this we are looking for maintainers. Please come and chat with us in our gitter if you are interested.

Please first review the Code of Conduct and the Contributing guide to help you get setup.

Then have a look at some of the projects issues Checkout the labels first-timers-only, bite-size (for small issues) and up-for-grabs.

About

Try out the newest ES6+ features in your browser

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.8%
  • HTML 23.0%
  • CSS 12.2%