Slick looking website for some crypto thingy http://merge.tina.cafe
Find a file
2024-08-10 13:32:30 +02:00
.readme 📝 Update readme 2022-02-02 18:01:10 +01:00
assets 🚀 Update to Nuxt 3 2023-03-03 11:04:54 +01:00
components ✏️ Change donation eth addr 2024-08-10 13:32:30 +02:00
composables Use cache proxy for api reqs 2023-10-30 11:55:44 +01:00
layouts 🚀 Update to Nuxt 3 2023-03-03 11:04:54 +01:00
pages ✏️ Cast string id to number 2023-04-19 19:30:48 +02:00
public 🚀 Update to Nuxt 3 2023-03-03 11:04:54 +01:00
.env.sample ✏️ Change donation eth addr 2024-08-10 13:32:30 +02:00
.gitignore Initial commit 2021-12-07 11:54:42 +01:00
.prettierrc.json ⬆️ Upgrade dependencies 2023-08-17 15:28:06 +02:00
nuxt.config.js Use cache proxy for api reqs 2023-10-30 11:55:44 +01:00
package.json ✏️ Change donation eth addr 2024-08-10 13:32:30 +02:00
README.md 📝 Update readme 2022-02-02 18:01:10 +01:00
tailwind.config.js 🚀 Update to Nuxt 3 2023-03-03 11:04:54 +01:00

Live

🔗 merge.tina.cafe

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