Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```