Skip to content

moharamfatema/ilert-dashboard

Repository files navigation

Ilert Dashboard | Coding Challenge

Getting Started

  1. Clone the repo and cd to root
    git clone git@github.com:moharamfatema/ilert-dashboard.git
    cd ilert-dashboard
  2. Create .env file with your API key as in .env.example
  3. Run
    yarn
    yarn dev
    or if you prefer npm
    npm i
    npm run dev
  4. Visit the url shown in the terminal (usually http://localhost:3000)