Skip to content

Commit 7cda7c8

Browse files
authored
Merge pull request #117 from oss-slu/pelumitegbe-patch-1
Update README.md
2 parents 6fa05b6 + a5074e9 commit 7cda7c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ Clone the repository:
4242

4343
- git clone [https://github.com/oss-slu/DigitalBonesBox.git](https://github.com/oss-slu/DigitalBonesBox.git)
4444
- Open the project in your preferred code editor.
45+
- Install the dependencies:
46+
```bash
47+
npm install
48+
- Navigate to "boneset-api" folder and paste this in your code to run the server:
49+
```bash
50+
npm start
51+
- When the server starts running, run the frontend by clicking "Go Live" using live server on the status bar:
4552
4653
## Contributing
4754

0 commit comments

Comments
 (0)