lukcy-draw/.serena/memories/suggested_commands.md
2025-12-12 09:15:19 +07:00

5 lines
280 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- `npm install` install dependencies.
- `npm run dev` start the Vite dev server with HMR.
- `npm run build` create a production build into `dist/`.
- `npm run preview` serve the production build locally via Vite.
- `npm run lint` run ESLint across the project.