This is an SPA for keeping scores in a playing cards game named Shelem.
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
This is an SPA for keeping scores in a playing cards game named Shelem.
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