ISB-Tech-Drive-Coders / Volunteer-Portal

NextJS Login Portal
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

ISB Student Electronics Group Staff Login

Running locally

1. Clone this project

git clone https://github.com/ISB-Tech-Drive-Coders/Volunteer-Portal

2. Change into the directory and install the dependencies

cd Volunteer-Portal

npm install

3. Run the server

npm run dev