Skip to content

Commit 1b54da8

Browse files
Docs for devs
1 parent d9a11b9 commit 1b54da8

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/developers/running.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Running the app
2-
1. Run the Ruby server
2+
3+
## Prerequisites
4+
- The setup process is complete. If not, follow the [setup guide](../setup.md)
5+
6+
## Running the app
7+
1. Run the Dev Server
38
```bash
4-
bundle exec puma
5-
```
6-
This should also start the Node.JS server. If it doesn't, run the following command:
7-
```bash
8-
node index.js
9+
yarn dev
910
```
11+
- This should allow you to make changes to the code and see them live on the website.
12+
## Note:
13+
- If you are making changes to the Node Server, you will need to restart the server for the changes to take effect.

0 commit comments

Comments
 (0)