Skip to content

HackForge-JUSL/ByteBasilisks

Repository files navigation

Team: ByteBasilisks

Topic: Smart Classroom Management System

Website Name: CLASSify

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:

HTML CSS3 TailwindCSS node.js Flask

Installation

  1. Clone this repository to your local machine or download it as a ZIP file and extract it.

  2. Navigate to the project directory in your terminal.

  3. Run the following command to initialize npm and create a package.json file:

    npm init -y
    
  4. Install Tailwind CSS as a development dependency by running the following command:

    npm install -D tailwindcss
    
  5. Create a tailwind.config.js file by running the following command:

    npx tailwindcss init
    

Configuration

npm run build