A tracking app prototype built with Next.js.
Live Demo: https://viatolea.vercel.app/
Install dependencies:
npm installStart the development server:
npm run devThe application will be available at http://localhost:3000
Create an optimized production build:
npm run buildStart the production server:
npm start