You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,16 +316,22 @@ To set up the project for local development:
316
316
cd data-structures-and-algorithms
317
317
```
318
318
319
-
2.**Install dependencies**:
320
-
```bash
321
-
npm install
322
-
```
319
+
### 1.1 Access to GitHubs Package manager
320
+
321
+
First-time setup for a project that depends on **nss-core**:
322
+
323
+
- Create and set your **NPM token (`NPM_TOKEN`)** as described [here](https://github.com/NSS-Workshops/platform?tab=readme-ov-file#installation-consumer-projects-installation)
0 commit comments