Skip to content

tekdi/shiksha-admin

Folders and files

NameName
Last commit message
Last commit date
Oct 14, 2024
Aug 3, 2024
Oct 14, 2024
Oct 15, 2024
Sep 12, 2024
Jun 25, 2024
Oct 7, 2024
Aug 3, 2024
Jun 25, 2024
Jul 10, 2024
Sep 13, 2024
Jun 25, 2024
Aug 3, 2024
Aug 3, 2024
Jun 25, 2024
Oct 14, 2024
Oct 7, 2024
Oct 7, 2024
Jul 24, 2024
Jul 24, 2024

Repository files navigation

Shiksha: Admin-application

Quality Gate Status Bugs Security Rating Maintainability Rating Vulnerabilities SonarCloud

What is Shiksha?

Shiksha is a next-generation scalable open-source learning solution for teachers.

Getting Started

This is a Next.js project bootstrapped with create-next-app.

Prerequisites

System Requirements
Operating System Windows 7 and above/4.2 Mac OS X 10.0 and above/Linux
RAM > >= 8 Gb
CPU 2 cores, > 2 GHz
Software dependencies
Node > 18.19.0 (or Install the latest release of LTS version)
npm 10.2.3

Project Setup

  1. Clone project

    git clone git@github.com:tekdi/shiksha-admin.git
  2. Install required dependencies

    npm install
  3. Configuring the Environment Refer the sample environment file: https://github.com/tekdi/shiksha-admin/blob/main/.env

Running Application

  1. Run the application in development mode

    npm run dev

    Open http://localhost:3000 with your browser to see the result.

  2. To build the application use

    npm run build