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

https://github.com/byloth/website

🌐 My personal static-generated website; based on Vue.js & VitePress.
https://github.com/byloth/website

personal-website scss typescript vitepress vuejs

Last synced: 4 months ago
JSON representation

🌐 My personal static-generated website; based on Vue.js & VitePress.

Awesome Lists containing this project

README

          

# Byloth's Website 🌐

My personal static-generated website; based on Vue.js & VitePress.

## Prerequisites

Make sure to have [**Node.js**](https://nodejs.org/) installed on your system.

### Package Manager

Enable [`pnpm`](https://pnpm.io/) as the package manager for the project:

```bash
corepack enable pnpm
```

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm dev
```

### Type-Check, Compile and Minify for Production

```sh
pnpm build
```

### Lint with [ESLint](https://eslint.org/)

```sh
pnpm lint
```

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).