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

https://github.com/zerowave022/personal-website

My personal website
https://github.com/zerowave022/personal-website

Last synced: 11 months ago
JSON representation

My personal website

Awesome Lists containing this project

README

          

# Personal website

Welcome to the GitHub repo for my [personal website](https://zerowave.pages.dev/)!

The website is made using:

- [React](https://react.dev/)
- [React Router](https://reactrouter.com/en/main)
- [i18next](https://www.i18next.com/) and [react-i18next](https://react.i18next.com/)
- [Headless UI](https://headlessui.com/)

The code is linted using [Eslint](https://eslint.org/) and formatted using [Prettier](https://prettier.io/).
Git hooks running the mentioned tools are configured using [lint-staged](https://github.com/lint-staged/lint-staged) and [husky](https://github.com/typicode/husky).

## Running

Make sure you have an updated version of [node.js](https://nodejs.org/en). Clone the project, and install the dependencies using npm or [pnpm](https://pnpm.io/):

```
pnpm install
```

To run the website:

```
pnpm dev
```

## License

This project is licensed under the [Apache License 2.0](https://github.com/ZeroWave022/personal-website/blob/main/LICENSE).