https://github.com/sundowndev/website
Personal website
https://github.com/sundowndev/website
personal-website portfolio vuejs website
Last synced: over 1 year ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/sundowndev/website
- Owner: sundowndev
- License: mit
- Created: 2019-07-02T08:53:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T22:05:21.000Z (over 1 year ago)
- Last Synced: 2025-03-18T10:12:20.547Z (over 1 year ago)
- Topics: personal-website, portfolio, vuejs, website
- Language: Vue
- Homepage: https://crvx.fr/
- Size: 56 MB
- Stars: 16
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# website
2019 version of my personal website.
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```