We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fa05b6 + a5074e9 commit 7cda7c8Copy full SHA for 7cda7c8
README.md
@@ -42,6 +42,13 @@ Clone the repository:
42
43
- git clone [https://github.com/oss-slu/DigitalBonesBox.git](https://github.com/oss-slu/DigitalBonesBox.git)
44
- 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
50
+ npm start
51
+- When the server starts running, run the frontend by clicking "Go Live" using live server on the status bar:
52
53
## Contributing
54
0 commit comments