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
- Host: GitHub
- URL: https://github.com/nico-bachner/v3
- Owner: nico-bachner
- License: mpl-2.0
- Created: 2021-02-06T20:37:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T12:34:05.000Z (about 3 years ago)
- Last Synced: 2025-02-15T12:15:54.133Z (3 months ago)
- Topics: css-modules, i18n, mdx, nextjs, reactjs, stitches, typescript
- Language: TypeScript
- Homepage: https://nicobachner.com
- Size: 30.8 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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:
[](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)