A Research Submission Management System for grants and research funding.
This repo uses pnpm for package management, so to get started, one can simply just clone the repo using:
# use your preferred cloning method
git clone https://github.com/drid-uniben/ibr-tetfund-client
# enter the cloned repo
cd ibr-tetfund-client
# install dependencies
pnpm i
# start server
pnpm dev