Skip to content
/ rov-web Public

Frontend and backend blueos extension for the internet rov project

Notifications You must be signed in to change notification settings

KW-M/rov-web

Folders and files

NameName
Last commit message
Last commit date
Jul 25, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
Aug 1, 2023
May 29, 2023
Jun 19, 2023
Sep 6, 2022
May 23, 2023
May 31, 2023
Jul 25, 2023
Jul 25, 2023
Sep 6, 2022
Aug 1, 2023
Dec 10, 2022
May 23, 2023
May 31, 2023
May 23, 2023
Dec 10, 2022
May 23, 2023
Jun 18, 2023

Repository files navigation

rov-web

Frontend web interface for the internet rov project

  1. Run npm install (or better: pnpm install) to install all dependencies
  2. Run (p)npm run dev to start the vite development server
  3. Run (p)npm run build to build the project and (p)npm run preview to preview the build locally
  4. 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/