Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timolins/timo-sh
My personal website
https://github.com/timolins/timo-sh
nextjs personal-website react-notion
Last synced: 6 days ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/timolins/timo-sh
- Owner: timolins
- Created: 2018-07-02T09:37:19.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T04:08:28.000Z (over 1 year ago)
- Last Synced: 2024-10-23T00:36:44.157Z (15 days ago)
- Topics: nextjs, personal-website, react-notion
- Language: TypeScript
- Homepage: https://timo.sh
- Size: 31.1 MB
- Stars: 222
- Watchers: 3
- Forks: 31
- 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
```