Welcome to this NextJs Website project! Follow the steps below to set up and run the application locally.
To be able to push your changes to github you must have the repo access that you cloned, in this case its your forked repo.
git clone {Forked Repo Link}
To run the website locally, you'll need to install the necessary dependencies for both the client and server. Use the following commands:
cd ./HPS-Next
npm i
To use the routing, server and api.
npm run build
To run the website locally, you'll need to install the necessary dependencies. Use the following commands:
npm run dev
Default: Your website will be running locally on http://localhost:5173