Skip to content

Micro-website with WebGL transitions, Three.js, a bit of TailwindCSS (with a dark mode), and a tiny bit of ES6.

Notifications You must be signed in to change notification settings

naydogdu/kalliope-2021

Repository files navigation

Installation

Run your local server http-server . -p 8000 and go to : http://localhost:8000/

TailwindCSS

You need npx on your machine.

Build for dev :

npx tailwindcss-cli@latest build ./src/tailwind.css -o ./assets/css/base.css

Build optimized, for prod :

NODE_ENV=production npx tailwindcss-cli@latest build ./src/tailwind.css -o ./assets/css/base.css

Credits

About

Micro-website with WebGL transitions, Three.js, a bit of TailwindCSS (with a dark mode), and a tiny bit of ES6.

Topics

Resources

Stars

Watchers

Forks