BeyScore is a Beyblade score keeping application built using Vue.js, Nuxt and TailwindCSS
Make sure to install dependencies:
npm installVS Code user? Open beyscore.code-workspace and install the recommended extensions
Start the development server on http://localhost:3000:
npm devBuild the application for production:
npm generateLocally preview production build:
npm preview