A website based on the kurzgesagt fandom and has silly easter eggs and stuff. Trust me. It does not do what you expect.
- Quizzes
- Plays random clips from kurzgesagt videos
- Random number generator for how many megatonnes of TNT you will launch at an innocent birb
Just go to the website and have fun!
- Clone the repository
- Do
npm installorbun install(recommended) to install all dependencies - Run
npm run devorbun devto start the development server - Open
http://localhost:3000in your browser - Enjoy!
- To build for production, run
npm run buildorbun buildand thennpm startorbun start - Your production server will be running on
http://localhost:3000 - If you wanna edit the code, read the svelte docs here