This directory contains tools and resources that support the creation and distribution of the Rise & Code book.
The main build tool in this directory is build.js
, a Node.js script that:
To run the build process on your local machine:
npm install -g markdown-pdf
Alternatively, you can use Pandoc, which requires:
sudo apt-get install pandoc texlive-xetex # For Ubuntu/Debian
or
brew install pandoc # For macOS
npm run build
build
directory:
rise-and-code.md
- Complete markdown versionrise-and-code.pdf
- PDF versionThe build process runs automatically on GitHub Actions whenever changes are pushed to the main branch. The workflow:
book
directory are changedThis directory may also contain:
If you’d like to improve the build process or add new tools, please submit a pull request with your changes. Make sure to test your modifications locally before submitting.