Medical dashboard displaying patients data. Patients data has retrieved from an API.
Follow these steps to set up and run the project locally:
- Clone the repository to your local machine:
- git clone [(https://github.com/andile593/Othandweni-CCC-Website.git)]
- Install dependencies:
- npm install
-
Environment Setup: Create a .env file in the root directory and add the necessary environment variables. Use .env.example as a reference.
-
Run the development server:
- npm run dev
- Build for Production
To generate a production build, run:
- npm run build
- npm start