A guide to Organised Services Operating Model (OSOM), published on osom.guide
The OSOM Guide is a simple site built with Eleventy. All content is written in Markdown format, which is easy to learn.
To suggest contributions, simply fork the repository in Github.com, and submit a pull request.
Clone the repository:
git clone https://github.com/jamesaduncan/osom.guide.git
Ensure Node.js is installed, and:
cd osom.guide.git
npm install
npm run develop
Navigate to http://localhost:8080/
OSOM Guide is configured to deploy to Firebase by default. You'll need to update configuration & set up GitHub Actions. More on this soon.
OSOM Guide works with GitHub Pages, with some tweaks. You'll need to remove default Firebase config. More on this soon ...
OSOM Guide works with Forestry.io, but you'll need to re-connect your cloned repository to your Forestry.io account.