## Useful Commands
| Description | Command |
| -------------------- | -------------------------- |
| Install Dependencies | `npm i` |
| Update Dependencies | `npm update` |
| Update Quartz (core) | `npx quartz update` |
| Build only | `npx quartz build` |
| Build and Serve | `npx quartz build --serve` |
| Sync Local Changes | `npx quartz sync` |
| Find Help | `npx quartz sync --help` |
## Style
### Fonts (outdated)
| Used in: | Font Family |
| -------- | ------------------------------------------------------------------------ |
| Headers | [Schibsted Grotesk](https://fonts.google.com/specimen/Schibsted+Grotesk) |
| Body | [Source Sans Pro](https://fonts.google.com/specimen/Source+Sans+3) |
| Code | [IBM Plex Mono](https://fonts.google.com/specimen/IBM+Plex+Mono) |
## License
Source code in this repository is available under the [MIT](LICENSE) license. You are free to use this code however you see fit. That said, some acknowledgement would be well received.