This project is a collection of frequently used tools.
- Installed dependencies with
npm install
(orpnpm install
oryarn
). - 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 the app:
npm run build
- To preview the production build:
npm run preview