RoboticsRoadmap
RoboticsRoadmap copied to clipboard
Roadmap with skills for a full-stack Robotics engineer

Check out the webpage
How to run locally
Requirements
Commands
Open terminal and type these commands:
git clone https://github.com/Sarrasor/RoboticsRoadmap.git
cd ./RoboticsRoadmap
yarn dev
Now you can go to http://localhost:8080/ to see the website. All changes you make to the code will appear on the website dynamically
How to contribute
Suggestions
You are free to open an issue here
Modifications
- Run the environment locally
- Make your awesome changes
- Run checks with
./check.shand visually examine your changes onhttp://localhost:8080/ - Submit a Pull Request
- Wait for the review
TODO
- [ ] Automatic tests
- [x] Spell checker
- [x] Link checker
- [ ] Pre-commit checks
- [ ] GitHub actions
- [ ] Weekly link check
- [ ] Automatic mindmap generation
- [ ] Automatic table of contents generation
- [ ] Automatic GitHub Pages deploy on push to main
- [ ] Branch explanations
- [ ] Section explanations
- [ ] Usage guides
