Website of the UMar – University of Minho Aquatic Racing Team.
This project is built with React + Vite + TailwindCSS. To run it locally:
- Clone the repository:
git clone git@github.com:UMar-Team/umar-team.github.io.git
cd umar-team.github.io- Install dependencies:
npm install- Run the development server:
npm run devThe website will be available at http://localhost:5173.
To create a production build:
npm run buildThe build output will be in the dist/ directory.
This project uses GitHub Pages for hosting.
- Automatic deployment: The
predeployanddeployscripts inpackage.jsonhandle the deployment to thegh-pagesbranch. - Homepage: Ensure the
homepagefield inpackage.jsonpoints to the correct URL (e.g.,https://UMar-Team.github.io).