diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b6f10c..d448995 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ Thank you for taking the time to contribute! :tada::+1: * The `api/` directory contains code for the node backend. [Look at the API guide for more information](https://github.com/matterwiki/matterwiki/blob/master/API.md). * The `client/` directory contains the React `jsx` files and basically all the frontend code powering this app. * The `models/` directory has the bookshelf models associated with the SQLite DB. -* For the production version, run `npm start build` and start `index.js` with a process manager like [PM2](http://pm2.keymetrics.io/). +* For the production version, run `npm start`. ## Features * The dev setup has webpack's Hot Module Replacement (HMR) enabled, which ([according to the docs](https://webpack.js.org/concepts/hot-module-replacement/)), @@ -25,4 +25,4 @@ Thank you for taking the time to contribute! :tada::+1: > exchanges, adds, or removes modules while an application is running without a page reload. This helps improve speedup dev time significantly. -* We've got sourcemaps enabled, so that makes debugging really easy. \ No newline at end of file +* We've got sourcemaps enabled, so that makes debugging really easy.