Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 234 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 234 Bytes

BlackjackRL

Install Dependencies

sudo npm i -g parcel-bundler
npm i

Run the development server

npm run dev

Build

npm run build

Deploy to Github Pages

npm run build
npm run deploy