Skip to content

Commit e267dff

Browse files
committed
add env step on CONTRIBUTING
1 parent 0aad561 commit e267dff

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ We want to create 'a fast, modern browser for the npm registry.' This means, amo
3030
pnpm install
3131
```
3232

33-
3. start the development server:
33+
3. set `NUXT_SESSION_PASSWORD` in `.env`
34+
35+
4. start the development server:
3436

3537
```bash
3638
pnpm dev
3739
```
3840

39-
4. (optional) if you want to test the admin UI/flow, you can run the local connector:
41+
5. (optional) if you want to test the admin UI/flow, you can run the local connector:
4042

4143
```bash
4244
pnpm npmx-connector

0 commit comments

Comments
 (0)