The public website for www.tidaltamu.com
- Vite
- React
- Typescript
- TailwindCSS (V3.4.3)
Clone the repository
git clone https://github.com/tidal-tamu/club-website.gitEnter the project
cd club-websiteInstall the required dependencies
npm installTest locally
npm run dev
Make your branch
git checkout -b branch-nameCommit your changes
git add .
git commit -m "commit message"
git pushMake a pull request to merge your branch with main!
(Note that pushing to main will update and redeploy the website automatically)