Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 364 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 364 Bytes

Dashboard for MoonLotto Lottery on Moonbase Alpha

Getting started

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