Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 574 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 574 Bytes

Picasso

Picasso Dashboard

This is a demo app uploading .csv files and dynamically editing data. It also has capability to search for users and display their details.

To get started, drag or select a (valid) .csv file from the file dropzone when you are on the Dashboard page.

A demo can be found here.

Build Setup

# 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