Setting Up the Web Version
Prerequisites
Before you begin setting up the Elite Quiz web version, ensure you have the following prerequisites installed:
- Node.js: Version 18 or later is required
Note
You must install Node.js version 18 or later for the web application to function properly.
Installation Resources
Setup Video Tutorials
For visual guidance on setting up the web version, you can refer to the following video tutorials:
Web Version Setup Process
Follow these steps to set up the Elite Quiz web version:
-
Extract the Files:
- Unzip the downloaded code. This will create an "Elite Quiz - Web Code" folder.
- Open this folder in Visual Studio Code or your preferred code editor.
-
Install Dependencies:
- Open the terminal in VS Code by pressing CTRL+J (Windows/Linux) or CMD+J (MacOS)
- Execute the command:
npm i - This will download and install all required packages. The process may take several minutes to complete.
-
Run Development Server:
- After the installation is complete, run the command:
npm run dev - This will start the application in development mode.
- Verify that everything is working correctly in your browser.
- After the installation is complete, run the command:
-
Setting Environment Variables:
- Before the web application can fully function, you'll need to configure various environment variables.
- These are covered in the following documentation sections:
Next Steps
Once you've completed the basic setup:
- Set up Firebase integration for authentication and database
- Configure your application settings
- Customize the appearance
- Deploy your application to a production server
Check the sidebar for detailed guides on each of these steps.