You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,15 @@ You will need to have the following build tooling installed:
21
21
22
22
Run the following to install dependencies:
23
23
24
-
`npm install`
25
-
`bundle install`
24
+
```sh
25
+
npm install
26
+
bundle install
27
+
```
26
28
27
29
### Serve the local website
28
30
29
31
To view the local website:
30
32
31
33
`npm run start`
32
34
33
-
You can now make changes and they should automatically display on the running website (http://localhost:3000), if not, Ctrl/Cmd+C and re-run `npm run serve`
35
+
You can now make changes and they should automatically display on the running website (http://localhost:3000), if not, Ctrl/Cmd+C and re-run `npm run start`
0 commit comments