aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2021-08-27 15:46:13 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-27 15:46:13 +0200
commitc289445c606be0b0d913a36542054b6fc4ec06b5 (patch)
treeadb7c47a6cdf5cfdd53e4facc2e9617814b240dd /CONTRIBUTING.md
parentNew Crowdin updates (#1845) (diff)
downloadferdium-app-c289445c606be0b0d913a36542054b6fc4ec06b5.tar.gz
ferdium-app-c289445c606be0b0d913a36542054b6fc4ec06b5.tar.zst
ferdium-app-c289445c606be0b0d913a36542054b6fc4ec06b5.zip
docs: remove Franz brand; refactor: switch from misty to concurrently (#1846)
* fix(docs): remove adlk's mail address from our docs * refactor(dev): move from misty to concurrently * fix(git): revert i18n change * fix(git): revert changes to i18n
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1c3fb977f..a0264ea98 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -38,7 +38,7 @@
38 38
39## Code of Conduct 39## Code of Conduct
40 40
41This project and everyone participating in it is governed by the [Ferdi Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [stefan@adlk.io](mailto:stefan@adlk.io). 41This project and everyone participating in it is governed by the [Ferdi Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [hello@getferdi.com](mailto:hello@getferdi.com).
42 42
43## What should I know before I get started? 43## What should I know before I get started?
44 44
@@ -195,10 +195,10 @@ npm run dev
195DEBUG=Ferdi:* npm run start 195DEBUG=Ferdi:* npm run start
196``` 196```
197 197
198- Optionally, you can run both commands in one terminal with [misty](https://github.com/adlk/misty) (see [misty.yml](https://github.com/getferdi/ferdi/blob/develop/misty.yml)): 198- Optionally, you can run both commands in one terminal with [concurrently](https://www.npmjs.com/package/concurrently):
199 199
200```bash 200```bash
201DEBUG=Ferdi:* npx misty 201DEBUG=Ferdi:* npm run start:all-dev
202``` 202```
203 203
204Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`. 204Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`.