From db031cc2344727f915032a7002082dce614f0601 Mon Sep 17 00:00:00 2001 From: semanticdata Date: Tue, 2 Apr 2024 19:01:21 -0500 Subject: [PATCH] Quartz sync: Apr 2, 2024, 7:01 PM --- README.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/README.md b/README.md index 5dbcfad75..dbaf3ba19 100644 --- a/README.md +++ b/README.md @@ -49,42 +49,18 @@ pnpm start ## 👨🏼‍💻 Useful Commands -**Install dependencies** - -```sh -npm install -``` - -**Update dependencies** - -```sh -npm update -``` - -**Start local server** - -```sh -npm start -``` - **Update Quartz** ```sh npm run update ``` -**Sync the repo** +**Sync changes** ```sh npm run sync ``` -**Build only** - -```sh -npm run build -``` - **Read about a command** ```sh