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

https://github.com/sybers/website

My personal website, portfolio and blog. Fork it, make it yours!
https://github.com/sybers/website

blog portfolio website

Last synced: about 2 months ago
JSON representation

My personal website, portfolio and blog. Fork it, make it yours!

Awesome Lists containing this project

README

          

# sybers.fr

[sybers](https://sybers.fr) personal space on the internet.

Built with [Nuxt](https://nuxt.com/), blog posts are fetched from the [AT Protocol](https://atproto.com/) and written using the [WhiteWind](https://whtwnd.com/) lexicons.

## Setup

```bash
pnpm install
```

Copy the `.env.example` file to `.env` and fill in the values:

```bash
cp .env.example .env
```

Add your own configuration values to the `.env` file to customize the website.

## Development

```bash
pnpm dev
```

## Build

```bash
pnpm build
```

Preview the production build locally:

```bash
pnpm preview
```

## License

[MIT](./LICENSE.md)