Preview the example live on kmhfl3.vercel.app:
- Clone this repository
git clone https://github.com/benzerbett/kmhfl-mbele-ui mfl3
- cd into the folder
cd mfl3
- Make a copy of the
.env
file and add your environment variables as detailedcp .env.local.example .env.local && nano .env.local
- Install dependencies
npm install
oryarn
- For local development, run
npm run dev
oryarn dev