Welcome to the content writing guide for YMath!
Setting up a development environment
If this is your first time writing content for YMath, then we need to get your environment set up. If this isn't your first time, then you'll want to skip this step.
- Clone the repository
git clone https://github.com/ymath-io/content.git ymath-content - Move into the directory
cd ymath-content - Write your content in the
coursesdirectory. - When you are ready to publish your changes:
git add . git commit -m 'content: completed chapter 2 of conics' # always prefix your commits with one of these: # 'content' : you added new material to a course # 'style' : you changed the formatting somewhere # 'fix' : you fixed a LaTeX error # 'order' : you rearranged course content git push
Next steps
Continue reading for more information!