Frontend Assignment: Fetching and Viewing Live Log and Metrics Data
- Clone the repository:
git clone https://github.com/your-username/your-repo.git cd your-repo - Install dependencies
npm install
- start development server
npm run start
- build the project for production
npm run build