Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sundowndev/website
Personal website
https://github.com/sundowndev/website
personal-website portfolio vuejs website
Last synced: about 2 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/sundowndev/website
- Owner: sundowndev
- License: mit
- Created: 2019-07-02T08:53:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T07:28:38.000Z (3 months ago)
- Last Synced: 2024-10-14T17:22:56.290Z (2 months ago)
- Topics: personal-website, portfolio, vuejs, website
- Language: Vue
- Homepage: https://crvx.fr/
- Size: 56 MB
- Stars: 15
- Watchers: 5
- Forks: 6
- 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
```