To clone and run this application, you'll need Git, Node.js and pnpm installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/danielpaz98/monoma-test
# Install dependencies
$ pnpm install
# Serve with hot reload at localhost:3000
$ pnpm dev
# Build for production and launch server
$ pnpm build
$ pnpm preview