A Quiz web application for interactive learning!
QuizZard was built using the following technologies:
- SvelteKit
- TypeScript
- TailwindCSS
- Supabase (Database and Auth)
Create a new Supabase project, and go to Settings > API to see your project URL and API keys.
Clone the repository and install all the dependencies:
git clone https://github.com/tomasohCHOM/QuizZard.git
cd QuizZard
npm install
Make a new .env
, following the .env.example
template
for the keys needed to connect to Supabase:
PUBLIC_SUPABASE_URL=""
PUBLIC_SUPABASE_ANON_KEY=""
Then start the development process:
npm run dev
To build and start in production mode:
npm run build
npm run preview
Develped with 🔥 by Tomas