Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Latest commit

Β 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

proceduralSite: Build a site based off of a config file πŸš€

Features

  • Live reloading as data changes
  • Can adapt to any amount of charts and data
  • Charts can be customized

Startup

Prerequisites: Yarn must be installed on your system
To launch:

yarn install
yarn run dev

Config file format

{
    "chartName": {
        "labels": ["Data label", "Another label", ...],
        "color": ["Exciting color", "Mundane color", ...],
        "data": ["Big number", "Small number", ...]
    },
    ...
}

About

Build a site based off of a config file πŸš€

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages