From e00236939bae82c10fe034048acc8624228cf002 Mon Sep 17 00:00:00 2001 From: kirbygit Date: Wed, 8 Jul 2020 07:22:51 -0700 Subject: [PATCH] Added npm run dev command --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f82ba536..859dfaad7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ First, thank you for considering contributing to docsify! It's people like you that make the open source community such a great community! 😊 -We welcome any type of contribution, not only code. You can help with +We welcome any type of contribution, not only code. You can help with - **QA**: file bug reports, the more details you can give the better (e.g. screenshots with the console open) - **Marketing**: writing blog posts, howto's, printing stickers, ... - **Community**: presenting the project at meetups, organizing a dedicated meetup for the local community, ... @@ -21,6 +21,7 @@ After cloning the project, run the following in your terminal ```sh npm install +npm run dev npm run build npx serve . ```