Install packages
npm run install
Run the dev server
npm run dev
Create a production version of the site:
npm run build
You can preview the production build with npm run preview
after running the build command.
Cloudflare deployment is automatic and merge to master
deploys to production.