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

https://github.com/kyle-ski/personal-site-next


https://github.com/kyle-ski/personal-site-next

nextjs nextjs-typescript notion-api

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Hello

This is my personal website you can visit at [kyle.czajkowski.tech](kyle.czajkowski.tech). I built it with [Next.js](https://nextjs.org/) and the [Notion API](https://developers.notion.com).
(_Definately feel free to make an issue or pr!_ 😊)

# CLI commands

Format everything:
_(Make sure you've saved everything first)_

```bash
yarn format
```

Start Dev

```bash
yarn dev
```