This repository contains the source code for the ESLint website (https://eslint.org).
In order to run the website, you must have Node.js installed.
- Create a fork of the repository
- Run
npm install
To start a local copy of the website, run:
npm start
To start a local copy of a foreign language website, specify the ESLINT_SITE_NAME
environment variable equal to the name of the site, such as:
ESLINT_SITE_NAME=es npm start
Apache 2.0