Welcome to the GitHub project that powers the official OneBusAway Developer Documentation.
Want to help improve the documentation? Thank you! You can easily improve the official OneBusAway documentation by modifying the Markdown files that comprise it. We welcome any size of contribution, ranging from typos and corrected links, to brand-new tutorials.
Ensure you have the following installed on your system:
-
Install the Windows Subsystem for Linux (WSL) if you haven't already.
-
After setting up WSL, navigate to the project directory in your Linux subsystem.
-
Fork the repository by clicking the "Fork" button on the repository page.
-
Clone the forked repository:
git clone https://github.com/YourUsername/onebusaway-docs.git cd onebusaway-docs
-
Install dependencies:
bundle install yarn install
If you encounter any errors, you may run:
yarn add glob
-
If CSS is not working properly, rebuild frontend assets:
bin/bridgetown frontend:build
-
Fork and clone the repository as described above.
-
Navigate to the project directory.
-
Install dependencies:
bundle install yarn install
To start the site in development mode, run:
bin/bridgetown start
Load the site up within a Ruby console (IRB)
bin/bridgetown console
Learn more: Bridgetown CLI Documentation
The website built from this project is deployed automatically to a static hosting service on Render. Please contact the maintainers with any questions.