Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 420 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 420 Bytes

Showoff

Showoff is a game created for cardists to test their skill and knowledge in cardistry!

Development

Setup

Make sure to install the dependencies:

npm install

Development Server

Start the development server on http://localhost:3000:

npm run dev

Production

Build the application for production and serve:

npm run generate && npx serve .output/public