An open API service indexing awesome lists of open source software.

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

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```