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

https://github.com/nico-bachner/v3

Personal Website
https://github.com/nico-bachner/v3

css-modules i18n mdx nextjs reactjs stitches typescript

Last synced: 3 months ago
JSON representation

Personal Website

Awesome Lists containing this project

README

        

# v3

The third iteration of my personal website.

## Features

- Light & Dark mode (based on system preferences)
- Internationalisation (i18n)
- [Markdown](https://daringfireball.net/projects/markdown/) content

## Tech Stack

- [Typescript](https://www.typescriptlang.org)
- [React](https://reactjs.org)
- [Next.js](https://nextjs.org)
- [Stitches](https://stitches.dev)
- [MDX](https://mdxjs.com)

## Tooling

- [ESLint](https://eslint.org)
- [Prettier](https://prettier.io)
- [Stylelint](https://stylelint.io)
- [Standard Version](https://github.com/conventional-changelog/standard-version)

## Run Locally

Clone the project:

```
git clone https://github.com/nico-bachner/v3.git
```

Go to the project directory:

```
cd v3
```

Install the projects dependencies (assumes you have [@antfu/ni](https://github.com/antfu/ni) installed):

```
ni
```

Start the dev server:

```
nr dev
```

## Deployment

To deploy the project to ▲Vercel, click the button below:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fnico-bachner%2Fv3)

## Inspiration

- [Vercel Design](https://vercel.com/design)
- [Lee Robinson](https://leerob.io)
- [Nicolás Garro](https://evilrabb.it)