Skip to content

Installation

Follow these steps to install and set up the project:

  1. Navigate to the project directory:
bash
cd sentira-website
  1. Install the dependencies:
bash
npm install
  1. Set the required environment variables (see above).

  2. Build the project:

bash
npm run build