Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

eslint/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23bea25 ยท Jul 12, 2022

History

68 Commits
Jun 19, 2022
Jul 12, 2022
Jun 25, 2022
Apr 7, 2022
Jun 20, 2022
Apr 7, 2022
Apr 20, 2022
Jun 25, 2022
Apr 13, 2022
Feb 4, 2022
Jun 24, 2022
Apr 7, 2022
Jun 20, 2022
Jun 25, 2022
Apr 20, 2022

ESLint Playground

This repository contains the code for the ESLint Playground.

This application is built with Eleventy and React and is hosted on Netlify. We proxy from /play on the main website to this app, but the two are deployed separately.

Developer Setup

To set up a local development environment, install Node.js (be sure to follow the instructions for your platform) and follow the steps below:

# Clone the repository
git clone git@github.com:eslint/playground.git

# Navigate to the root directory
cd playground

# Install dependencies
npm install

Once you have set up your environment, you can run a copy of the website locally using this command:

npm start

This will watch for changes to the source code and rebuild the website, which will be hosted at http://localhost:2024/.

License

Apache 2.0