We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e9e27 commit f6d57fbCopy full SHA for f6d57fb
1 file changed
docs/README.md
@@ -1,11 +1,25 @@
1
# ESLint Documentation
2
3
+## Install Dependencies
4
+
5
+Install the necessary dependencies for the documentation site by running this
6
+from the `docs` folder:
7
8
+```shell
9
+npm install
10
+```
11
12
## Run Locally
13
14
+Run this from the `docs` folder:
15
16
```shell
17
npm start
18
```
19
20
+Once the script finishes building the documentation site, you can visit it at
21
+<http://localhost:2023>.
22
23
## Scripts
24
25
To update the links data file, run this from the root folder (not the `docs` folder):
0 commit comments