From 4fd78e0deddcb51a0b4e07c64d2013fe545179a5 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 30 Oct 2021 10:10:36 +0530 Subject: Fix some more documentation --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'CONTRIBUTING.md') 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 - Run the database migrations with - ```bash - node ace migration:refresh - ``` +```bash +node ace migration:refresh +``` - To get the full functionality, you will need to have an SMTP server running for local development. @@ -132,9 +132,9 @@ cd recipes && npm i && npm run package ### Start development app - ```bash - npm start --dev - ``` +```bash +npm start --dev +``` ### Styleguide -- cgit v1.2.3-70-g09d2 From 24776db01d435ae963d44ece9420d2b2d65a3d39 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 30 Oct 2021 13:18:07 +0530 Subject: Fix some more documentation --- CONTRIBUTING.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c326b8..a0b4c0b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,7 @@ - [Git](#git) - [Clone repository with submodule](#clone-repository-with-submodule) - [Install dependencies](#install-dependencies) + - [Start development app](#start-development-app) - [Styleguide](#styleguide) - [Git Commit Messages format](#git-commit-messages-format) - [Javascript Coding style-checker](#javascript-coding-style-checker) @@ -87,7 +88,7 @@ cd server git submodule update --init --recursive ``` -It is important you execute the last command to get the required submodules (recipes, server). +It is important you execute the last command to get the required submodules (recipes). ### Install dependencies @@ -122,14 +123,6 @@ node ace migration:refresh - To get the full functionality, you will need to have an SMTP server running for local development. - - ### Start development app ```bash -- cgit v1.2.3-70-g09d2