Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 874 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 874 Bytes

HPS

Welcome to this NextJs Website project! Follow the steps below to set up and run the application locally.

Getting Started

Step 1 - Fork and Clone

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}

Step 2 - Install the Dependencies

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

Step - 3 - Starting nextjs server rendering

To use the routing, server and api.

npm run build

Step - 4 - Run the Application

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