Welcome to the Team Robo repository! We are a passionate robotics team under NTU EEE and MLDA@EEE, focused on building autonomous systems and pushing the boundaries of robotics research.
You can get started with this project on your local machine by following the instructions below.
Clone the repo with this command:
git clone https://github.com/dunyanong/mlda-robotics
- Navigate to your project folder by running
cd filename.
Set up the required environment variables for Next.js.
To create the Next.js .env file, copy the example file and modify it as needed:
cp ./next/.env.example ./next/.envOpen a terminal and navigate to your ./next folder by running cd next.
- Run the following command in your
./nextfolder:
yarn && yarn build && yarn start