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.
- Host: GitHub
- URL: https://github.com/byloth/website
- Owner: Byloth
- License: gpl-3.0
- Created: 2018-07-16T22:59:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2026-02-10T11:00:13.000Z (4 months ago)
- Last Synced: 2026-02-10T15:52:52.114Z (4 months ago)
- Topics: personal-website, scss, typescript, vitepress, vuejs
- Language: Vue
- Homepage: https://www.byloth.dev
- Size: 5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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/).