Skip to content

Commit a5074e9

Browse files
authored
Update README.md
1 parent cca24fc commit a5074e9

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
@@ -38,6 +38,13 @@ Designed for use on iPads, laptops, or other devices commonly used by students.
3838
Clone the repository:
3939
- git clone [https://github.com/oss-slu/DigitalBonesBox.git](https://github.com/oss-slu/DigitalBonesBox.git)
4040
- Open the project in your preferred code editor.
41+
- Install the dependencies:
42+
```bash
43+
npm install
44+
- Navigate to "boneset-api" folder and paste this in your code to run the server:
45+
```bash
46+
npm start
47+
- When the server starts running, run the frontend by clicking "Go Live" using live server on the status bar:
4148
4249
## Contributing
4350
Contributions are welcome! Check out the CONTRIBUTING.md for guidelines.

0 commit comments

Comments
 (0)