Slick looking website for some crypto thingy ✨
http://merge.tina.cafe
| .readme | ||
| assets | ||
| components | ||
| composables | ||
| layouts | ||
| pages | ||
| public | ||
| .env.sample | ||
| .gitignore | ||
| .prettierrc.json | ||
| nuxt.config.js | ||
| package.json | ||
| README.md | ||
| tailwind.config.js | ||
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
- 🏗️ Nuxt.js: https://nuxtjs.org
- ✨ Vue.js: https://vuejs.org
- 💄 Tailwind CSS: https://tailwindcss.com
Build Process
# install dependencies
$ yarn install
# dev server with hot reload
$ yarn run dev
# build for production
$ yarn run generate