https://github.com/larssonoliver/larssonoliver.com
Personal website
https://github.com/larssonoliver/larssonoliver.com
typescript vue vue3 vue3-typescript
Last synced: 2 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/larssonoliver/larssonoliver.com
- Owner: LarssonOliver
- Created: 2021-06-28T18:38:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:34:57.000Z (7 months ago)
- Last Synced: 2024-10-25T10:44:54.679Z (7 months ago)
- Topics: typescript, vue, vue3, vue3-typescript
- Language: Vue
- Homepage: https://larssonoliver.com
- Size: 4.64 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oliver's Portfolio website.
Deployed website can be found at [larssonoliver.com](https://larssonoliver.com).
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```