https://github.com/timolins/timo-sh
My personal website
https://github.com/timolins/timo-sh
nextjs personal-website react-notion
Last synced: 2 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/timolins/timo-sh
- Owner: timolins
- Created: 2018-07-02T09:37:19.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T04:08:28.000Z (over 2 years ago)
- Last Synced: 2025-04-06T09:30:40.288Z (3 months ago)
- Topics: nextjs, personal-website, react-notion
- Language: TypeScript
- Homepage: https://timo.sh
- Size: 31.1 MB
- Stars: 222
- Watchers: 2
- Forks: 30
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timo-sh
This source of my personal website. It's built with following technologies:
* [React](https://reactjs.org/) – My frontend library of choice.
* [Next.js](https://nextjs.org/) – It's static site generation is amazing, especially when hosted on [Vercel](https://vercel.com).
* [react-notion](https://github.com/splitbee/react-notion) – Renders most of the content on the page. Notion as a CMS is super convenient.
* [TypeScript](https://typescriptlang.org) – Typed JavaScript. I love it.
* [Tailwind CSS](https://tailwindcss.com/) – My favorite way of writting CSS nowadays.## Local development
Provide a `GITHUB_TOKEN` inside your `.env` file.
### Install the dependencies
```sh
yarn
```### Run it locally
```sh
yarn dev
```