An open API service indexing awesome lists of open source software.

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 ⚡️

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