-
Clone the repository
git clone https://github.com/4Sure-SE/concrete-works-testing-rms
-
Go to the project directory
cd concrete-works-testing-rms -
Install dependencies
npm i
-
Copy the
.env.examplefile:cp .env.example .env
-
Update the
.envfile with the provided values
-
Start the development server
npm run dev
-
Open the app in your browser
http://localhost:3000