This is a Next.js project bootstrapped with create-next-app.
Shiksha is a next-generation scalable open-source learning solution for teachers.
This is a Next.js project bootstrapped with create-next-app.
| 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 |
-
Clone project
git clone https://github.com/tekdi/shiksha-frontend/tree/shiksha-2.0Note: Stable versions of the sunbird portal are available via tags for each release, and the master branch contains latest stable release. For latest stable release refer
-
Install required dependencies
npm install -
Configuring the Environment Refer the sample environment file: https://github.com/tekdi/shiksha-frontend/blob/shiksha-2.0/.env-sample
-
Run the application in development mode
npm run devOpen http://localhost:3000 with your browser to see the result.
-
To build the application use
npm run build