Slick looking website for some crypto thingy ✨
https://watchashfly.tina.cafe
| .readme | ||
| assets | ||
| components | ||
| pages | ||
| public | ||
| .dockerignore | ||
| .gitignore | ||
| .prettierrc.json | ||
| bun.lock | ||
| Dockerfile | ||
| nuxt.config.js | ||
| package.json | ||
| README.md | ||
| tailwind.config.js | ||
🙌 HUGE credit to [secondstate] for his/her work on watchcubesburn.art.
Live
🔗 watchashfly.tina.cafe
Served using Yeetify 💨
Intro
I was really inspired by [secondstate]'s watchcubesburn.art website and decide to give it a try!
This is just an excercice for me, I got no intention to sell or promote things (other than my incredible skill 😜).
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