Simple website to display information for our friend group's volleyball tournament.
Info Page | Main Page | My Schedule Page |
---|---|---|
- Clone the repository
- Install dependencies
npm install
- Run the project
npm run dev
- Open http://localhost:3000
Commits to the main
branch will automatically trigger a deployment to GitHub Pages.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.