Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 784 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 784 Bytes

Live

Served using Yeetify 💨

Intro

Another data presentation website with a more "statistics dashboard" approach.

Stack

Nuxt.js

  • ⚡️ Static website generation

Tailwind

  • 💄 Responsive design
  • 🎨 PurgeCSS

Links

Build Process

# install dependencies
$ yarn install

# dev server with hot reload
$ yarn run dev

# build for production
$ yarn run generate