Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 320 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 320 Bytes

Let's Fucking Game - Dapp

Documentation

Quick Start

install dependencies using yarn

yarn

start the development server

yarn dev

build with production mode

yarn build

# start the application after build
yarn start