The official website of Rōnin Robotics Team 7447.
This repository contains the source code for the Rōnin Robotics Team 7447 website, building with Next.js and TailwindCSS. The website showcases the team's robots, team information, and activities related to FIRST® Robotics Competitions.
The website is using new frameworks including:
Before you start, you should have Node.js version of 18.17
or later installed.
- Clone the repository
git clone https://github.com/ronin7447/website.git
- Install dependencies with Yarn
yarn install # we recommended yarn as your package manager (npm i -g yarn)
- Start development
yarn dev
Open http://localhost:3000
in browser to see the result.
- Build the project
yarn build
Thanks to Netlify to provide the deployment environment for our website.
