Skip to content

UndergraduateArtificialIntelligenceClub/blackjackRL

Repository files navigation

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