Official website for RUMarino (Underwater Robotics Research Team) featuring the autonomy stack documentation, team information, and project showcase.
Built with Next.js, Tailwind CSS, TypeScript, and Sphinx Documentation.
- Clone the repository
git clone https://github.com/Rumarino-Team/RumarinoWebsite.git
cd RumarinoWebsite
npm install
pip install -r docs/requirements.txtStart the development server with automatic Sphinx documentation compilation:
npm run devNote: The first run will build Sphinx documentation before starting the Next.js server. This may take 1-2 minutes.
Build the documentation manually:
npm run docs:buildAlternative commands:
# Build Sphinx only (outputs to docs/_build/html)
npm run docs:sphinx
# Copy docs to public folder
npm run docs:copy
# Watch for changes and rebuild (for active development)
npm run dev:concurrent