General Purpose: Integration of physical and online modes of classroom and creating an environment for the smooth conduction of academic tasks and management.
Tech Stack:
-
Clone this repository to your local machine or download it as a ZIP file and extract it.
-
Navigate to the project directory in your terminal.
-
Run the following command to initialize npm and create a
package.json
file:npm init -y
-
Install Tailwind CSS as a development dependency by running the following command:
npm install -D tailwindcss
-
Create a
tailwind.config.js
file by running the following command:npx tailwindcss init
npm run build