/lottery-dapp

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Lottery Frontend

Install dependencies using yarn

apps/web

How to start
yarn

start the development server

yarn dev

build with production mode

yarn build

# start the application after build
yarn start