A modern, responsive website for Tonkotsu Tech, a robotics team based in California.
- Framework: Next.js (App Router)
- Language: TypeScript
- Styling: SCSS Modules
- Deployment: [Your deployment platform]
- Demo of the website can be found at https://oarobotics.org
- Alternative link: https://robotics.etran.dev
- Node.js 18.x or higher
- npm or yarn
# Clone the repository
git clone https://github.com/your-username/tonkotsu-tech-web.git
# Navigate to project directory
cd tonkotsu-tech-web
# Install dependencies
npm install
# Start development server
npm run dev
Visit http://localhost:3000 to see the website.
- Team Profiles: Detailed information about each robotics team
- Responsive Design: Optimized for all device sizes
- Modern UI: Clean and intuitive user interface
- Dynamic Content: Server components for efficient rendering
This website can be deployed using Vercel, Netlify, or any other platform supporting Next.js applications.
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a pull request
- Wait for it to get approved
This project is licensed under the MIT License. See the LICENSE file for details.