aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-30 10:10:36 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-30 10:10:36 +0530
commit4fd78e0deddcb51a0b4e07c64d2013fe545179a5 (patch)
tree925c65bd3578c4027c1a2346b5060f4d02352949 /CONTRIBUTING.md
parentLock Docker base image to 14.17 as expected by the server code. (diff)
downloadferdium-server-4fd78e0deddcb51a0b4e07c64d2013fe545179a5.tar.gz
ferdium-server-4fd78e0deddcb51a0b4e07c64d2013fe545179a5.tar.zst
ferdium-server-4fd78e0deddcb51a0b4e07c64d2013fe545179a5.zip
Fix some more documentation
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 440cc19..1c326b8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -116,9 +116,9 @@ mkdir -p data
116 116
117- Run the database migrations with 117- Run the database migrations with
118 118
119 ```bash 119```bash
120 node ace migration:refresh 120node ace migration:refresh
121 ``` 121```
122 122
123- To get the full functionality, you will need to have an SMTP server running for local development. 123- To get the full functionality, you will need to have an SMTP server running for local development.
124 124
@@ -132,9 +132,9 @@ cd recipes && npm i && npm run package
132 132
133### Start development app 133### Start development app
134 134
135 ```bash 135```bash
136 npm start --dev 136npm start --dev
137 ``` 137```
138 138
139### Styleguide 139### Styleguide
140 140