https://github.com/openkitrun/design-blocks-website
https://github.com/openkitrun/design-blocks-website
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/openkitrun/design-blocks-website
- Owner: openkitrun
- Created: 2023-11-13T18:40:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T16:56:17.000Z (over 2 years ago)
- Last Synced: 2025-01-27T08:31:35.997Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://designblocks.dev
- Size: 1.58 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Design Blocks website](https://www.designblocks.dev)
The official website for [Design Blocks](https://github.com/openkitrun/design-blocks).
The project uses [pnpm](https://pnpm.io), [contentlayer](https://contentlayer.dev/) and deploys via [Vercel](https://vercel.com). To develop it locally, clone this repository and run the following command to start the local dev server:
```bash
pnpm install
pnpm dev
```
And visit `localhost:3000` to preview your changes.
## Author
Jorge Calleja ([@wootsbot](https://twitter.com/wootsbot))