From fa1b3c0982fff90da5dd69de3581957d3eb7a628 Mon Sep 17 00:00:00 2001 From: Piotr Konieczny Date: Fri, 25 Oct 2024 10:30:42 +0200 Subject: [PATCH] Remove npm run setup from contributing instructions --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ab215f..461168c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,11 +2,10 @@ Pull requests are welcome! -To begin, clone the repo, then install dependencies and setup the project. +To begin, clone the repo and install dependencies. ``` npm install -npm run setup ``` The source code is written in TypeScript. Spin up the compiler to watch for source changes: