Skip to content

theSdev/shelem

Repository files navigation

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