Skip to content

Commit 5dad521

Browse files
README_DEV: Modified the README to match the new ./start-example command and nvm requirements
1 parent 0c08540 commit 5dad521

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README_DEV.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,25 @@
22

33
This document provides guidelines for developers working on the vulnscout project, including setup, testing, and code quality practices.
44

5+
== Requirements
6+
7+
NVM 22 is required to develop on vulnscout without any issues.
8+
Installation guide for NVM : https://github.com/nvm-sh/nvm
9+
10+
[source,bash]
11+
----
12+
nvm install 22
13+
nvm use 22
14+
----
15+
516
== Modify the frontend
617

718
To modify the frontend, you will need to run vulnscout in development mode.
819
To do so, you can run the following command:
920

1021
[source,bash]
1122
----
12-
./start-example.sh --dev
23+
./start-example.sh --npm-dev
1324
----
1425

1526
== Testing the project

0 commit comments

Comments
 (0)