Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.06 KB

🙌 HUGE credit to [secondstate] for his/her work on watchcubesburn.art.

Live

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

Build Process

# install dependencies
$ yarn install

# dev server with hot reload
$ yarn run dev

# build for production
$ yarn run generate