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
- Host: GitHub
- URL: https://github.com/kyle-ski/personal-site-next
- Owner: Kyle-Ski
- Created: 2022-04-03T16:59:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T23:05:41.000Z (about 2 months ago)
- Last Synced: 2025-05-17T11:11:13.956Z (about 1 month ago)
- Topics: nextjs, nextjs-typescript, notion-api
- Language: TypeScript
- Homepage: https://kyle.czajkowski.tech
- Size: 50.3 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](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
```