Installation
Follow these steps to install and set up the project:
- Navigate to the project directory:
bash
cd sentira-website- Install the dependencies:
bash
npm installSet the required environment variables (see above).
Build the project:
bash
npm run build