Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 314 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 314 Bytes

Shelem

This is an SPA for keeping scores in a playing cards game named Shelem.

Scripts

Development:

npm i
npm run dev

Bundling for production:

npm i
npm run build
npm run preview # Serves a preview of the build, unsuitable for actual prod use