Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 513 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 513 Bytes

KMHFL3 Frontend

Preview

Preview the example live on kmhfl3.vercel.app:

How to use

  • 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 detailed cp .env.local.example .env.local && nano .env.local
  • Install dependencies npm install or yarn
  • For local development, run npm run dev or yarn dev