Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Latest commit

 

History

History
42 lines (26 loc) · 691 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 691 Bytes

Dench

A simple breakdown for workout data from Stronglifts 5x5.

Questions & Feedback

If you have any questions of feedback please let us know.

How to use

Setup

Install it:

$ git clone git@github.com/maisoumenos:dench.git
$ cd dench/
$ yarn install

Running it:

$ yarn run dev

Adding your own data

Simple. Export your data from Stronglifts 5x5 and replace data/spreadsheet.stronglifts.csv with your own.

Deploying

Dench is setup to be deployed using Zeit's now platform. So it's pretty easy.

$ now

Todo:

  • Write proper docs.
  • ...all the issues.