Quartz sync: Apr 2, 2024, 7:01 PM

This commit is contained in:
semanticdata 2024-04-02 19:01:21 -05:00
parent 3ce599a1f8
commit db031cc234

View File

@ -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