Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 745 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 745 Bytes

ColorPix Build Status

Nuxt.js app to help users find inspiration from color palettes created via images from Unsplash

Build Setup

# install dependencies
$ npm 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 Nuxt.js docs.

Deployment

Application is using heroku for deployment and the project master branch is the target branch to deploy to the

# Deploy to heroku
$ git push heroku master