### Clone the git repository
git clone
### Setup environment variables
cp .env.example .env
### Install project dependencies
npm install
### Initialize development server
npm run dev
### Run production
npm start
- [Innocent Maina](mailto: [email protected])