Skip to content

esfiddle/site

Repository files navigation

ESFiddle

Netlify Status MaintainabilityJoin the chat at https://gitter.im/esfiddle/Lobby Contributor Covenant Pull Requests Welcome first-timers-only Friendly

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

Take a look at the redesign progress at esfiddle.netlify.com.

Getting Started

Clone the repository

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

# Change directory
cd site

# Project setup
yarn install

# Compiles and hot-reloads for development
yarn run serve

# Compiles and minifies for production
yarn run build

# Lints and fixes files
yarn run lint

# Run your unit tests
yarn run test:unit

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 Open Source Helpers

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. Our style guide is based on the Airbnb style guide.

You can help to triage issues. This can include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to subscribe to esfiddle/site on CodeTriage.

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.