https://github.com/evolvedlight/evolvedlight.github.io
https://github.com/evolvedlight/evolvedlight.github.io
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evolvedlight/evolvedlight.github.io
- Owner: evolvedlight
- Created: 2020-11-06T21:20:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-16T10:39:07.000Z (11 months ago)
- Last Synced: 2025-08-16T11:31:40.763Z (11 months ago)
- Language: Vue
- Size: 2.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This is my person blog.
To build:
- Install pnpm
Windows:
```
iwr https://get.pnpm.io/install.ps1 -useb | iex
pnpm install
pnpm run dev
```