Skip to content

noelkronenberg/dalytic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dalytic

A portable analytics dashboard for the everyday.

Showcase

The app is live and hosted on Vercel: dalytic.vercel.app

demo.mp4

Set-up

Clone and open the repository:

git clone https://github.com/noelkronenberg/dalytic.git # clone repository
cd dalytic # change directory

Run the app locally:

pip install -r requirements.txt # install dependencies
export FLASK_SECRET_KEY=$(openssl rand -hex 32) # set secret key
python run.py # start deployment server

Alternatively, run a Vercel deployment locally (Vercel account and project needed):

npm i -g vercel # install Vercel CLI
vercel link # link to Vercel project
vercel env pull # pull environment variables ('FLASK_SECRET_KEY')
vercel dev # start deployment server

About

A portable analytics dashboard for the everyday.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors