https://github.com/kyle-ski/personal-site-next
https://github.com/kyle-ski/personal-site-next
nextjs nextjs-typescript notion-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyle-ski/personal-site-next
- Owner: Kyle-Ski
- Created: 2022-04-03T16:59:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-05T02:09:32.000Z (4 months ago)
- Last Synced: 2026-04-05T04:14:35.588Z (4 months ago)
- Topics: nextjs, nextjs-typescript, notion-api
- Language: TypeScript
- Homepage: https://kyle.czajkowski.tech
- Size: 91.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello
This is my personal website you can visit at [kyle.czajkowski.tech](https://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
```