WIP for a more module website in react
If you want to test it:
- download and install node js and the node package manager (npm).
A nice tutorial for windows users: https://www.youtube.com/watch?v=X-FPCwZFU_8 - clone the repository
- In the terminal, go to the directory robomaster
- Install the app's dependencies using "npm install"
- Run a development server using "npm start"