A general trivia app which uses a custom API to fetch questions and answers. The app is built using Svelte and TailwindCSS.
Once you have pulled the latest changes, you can start contributing to this project. Start by installing the dependencies and running the development server:
nvm use
npm install
npm run dev