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

https://github.com/githug/picasso

A demo app for uploading csvs and playing around with the data
https://github.com/githug/picasso

demo hosted

Last synced: 8 months ago
JSON representation

A demo app for uploading csvs and playing around with the data

Awesome Lists containing this project

README

          

# 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](https://picasso.takanoha.io).

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