Skip to content

Commit 436393c

Browse files
authored
doc: update visionBoard installation guide (#39)
1 parent bf83ac1 commit 436393c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/projects/visionBoard/installation.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,25 @@ To install visionBoard from source:
8383
```bash
8484
alias visionBoard="node visionBoard.js"
8585
```
86+
87+
## Running Tests Locally
88+
89+
To run visionBoard tests locally:
90+
91+
1. Start the infrastructure:
92+
93+
```bash
94+
npm run infra:start
95+
```
96+
97+
2. Run the database migrations:
98+
99+
```bash
100+
npm run db:migrate
101+
```
102+
103+
3. Run the tests:
104+
105+
```bash
106+
npm run test
107+
```

0 commit comments

Comments
 (0)