Skip to content

Commit dde1a9f

Browse files
committed
feat: implement thedev/setup step in README
1 parent 29674c8 commit dde1a9f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ To get set-up follow these steps:
4949
npm ci
5050
```
5151

52-
4. Run set scripts........[wip]
52+
4. Run the `dev/setup` script and create test repo
53+
54+
This script streamlines the process of creating a GitHub App required to run jargons.dev locally and sets up the environment file (.env) for you; Learn more at [dev/setup](/dev/README.md)
55+
56+
```sh
57+
npm run setup
58+
```
5359

5460
5. Start the development server:
5561

0 commit comments

Comments
 (0)