https://github.com/krestaino/portfolio
👨💼 Kevin Restaino – Front-end developer
https://github.com/krestaino/portfolio
apollo frontend graphql javascript nuxt server-rendering ssr vue web-app
Last synced: about 1 month ago
JSON representation
👨💼 Kevin Restaino – Front-end developer
- Host: GitHub
- URL: https://github.com/krestaino/portfolio
- Owner: krestaino
- Created: 2017-08-24T21:31:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:06:15.000Z (about 3 years ago)
- Last Synced: 2025-02-08T05:43:25.640Z (about 1 year ago)
- Topics: apollo, frontend, graphql, javascript, nuxt, server-rendering, ssr, vue, web-app
- Language: Vue
- Homepage: https://kmr.io
- Size: 30.2 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portfolio
> Kevin Restaino – Front-end developer
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).
## Image Split
```convert -crop 1600x900 file.png -scene 1 file-%d.png```