To install:
npm install
To start a development server:
npm run dev # Or start the server and open the app in a new browser tab npm run dev -- --open
To create a production version of your app:
npm run build