Easily Access Results, Notifications from https://exams.keralauniversity.ac.in. Get updated on new result announcements and notifications
- Clone the repositiory
git clone REPO-URL
- Install dependencies using yarn or npm
yarn
or
npm install
- To start development server
yarn start
or
npm run start
- To create an optimized build:
yarn build
or
npm run build