Skip to content

Sarrasor/RoboticsRoadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

Check out the webpage

Roadmap

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

  1. Run the environment locally
  2. Make your awesome changes
  3. Run checks with ./check.sh and visually examine your changes on http://localhost:8080/
  4. Submit a Pull Request
  5. Wait for the review

TODO

  • Automatic tests
    • Spell checker
    • 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