From 5f8d0faacdac2bf2be10538434c96688f2500a71 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Tue, 5 Oct 2021 02:44:50 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f353b0cca..8823e02e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -118,7 +118,7 @@ express.js is just used for serving the frontend built files (index.html, .js an # How to start the Frontend Dev Server 1. Set the env var `NODE_ENV` to "development". -1. Start the frontend dev server by the following command. +2. Start the frontend dev server by the following command. ```bash npm run dev ```