# M4 Webapp README
This file provides instructions on how to run and build the M4 web application.
## Setup
```bash
cd webapp # Navigate to webapp directory
npm install # Install dependencies
```
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
### `npm run build`
Builds the app for production to the `build` folder.