Frontend web interface for the internet rov project
- Run
npm install
(or better:pnpm install
) to install all dependencies - Run (p)
npm run dev
to start the vite development server - Run (p)
npm run build
to build the project and (p)npm run preview
to preview the build locally - Pushes to the main branch will automatically be built and deployed to the gh-pages branch by github actions
If you are unfamilliar with NPM and building websites, here is an excelent quickstart: https://www.taniarascia.com/how-to-install-and-use-node-js-and-npm-mac-and-windows/