https://github.com/umarluqman/umarluqman.dev
Blog that never made it to light made with Next.JS static site generation & Prismic CMS ⚡️
https://github.com/umarluqman/umarluqman.dev
Last synced: about 1 year ago
JSON representation
Blog that never made it to light made with Next.JS static site generation & Prismic CMS ⚡️
- Host: GitHub
- URL: https://github.com/umarluqman/umarluqman.dev
- Owner: umarluqman
- Created: 2020-04-13T08:48:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:18:22.000Z (over 3 years ago)
- Last Synced: 2025-05-15T04:09:24.705Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://umarluqman.dev
- Size: 720 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# umarluqman.dev Digital Garden
Sharing ideas or anything that interest me in one site.
## Stacks
- Chakra UI, as UI library
- Prismic CMS, as backend
- NextJS, as static site generation framework
- Vercel, serverless solution
## How to run
```bash
npm install
npm run dev
# or
yarn
yarn dev
```