Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrickcate/portfolio
My web and print design portfolio website repo.
https://github.com/patrickcate/portfolio
Last synced: about 1 month ago
JSON representation
My web and print design portfolio website repo.
- Host: GitHub
- URL: https://github.com/patrickcate/portfolio
- Owner: patrickcate
- Created: 2014-01-20T12:40:36.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T02:43:05.000Z (about 2 months ago)
- Last Synced: 2024-12-10T03:26:06.813Z (about 2 months ago)
- Language: Vue
- Size: 4.82 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# portfolio
My web and print design portfolio website repo.
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).