From c289445c606be0b0d913a36542054b6fc4ec06b5 Mon Sep 17 00:00:00 2001 From: Bennett Date: Fri, 27 Aug 2021 15:46:13 +0200 Subject: 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 --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c3fb977f..a0264ea98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ ## Code of Conduct -This 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). +This 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). ## What should I know before I get started? @@ -195,10 +195,10 @@ npm run dev DEBUG=Ferdi:* npm run start ``` -- 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)): +- Optionally, you can run both commands in one terminal with [concurrently](https://www.npmjs.com/package/concurrently): ```bash -DEBUG=Ferdi:* npx misty +DEBUG=Ferdi:* npm run start:all-dev ``` Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`. -- cgit v1.2.3-54-g00ecf