Clone the repo:
git clone https://github.com/albertov19/moonlotto-interface
cd moonlotto-interface
Install dependencies:
npm i
Start dev server (localhost:3000 by default):
npm run dev
Start production server (localhost:3000 by default):
npm run start