longtailfinancial / handbook

Member's handbook describing the vision, processes, and culture of Hypha πŸŒΏπŸ„

Home Page:https://handbook.hypha.coop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handbook

Hypha Organizational Handbook (Hβ‚‚O) describes the vision, processes, and culture of Hypha Worker Co-operative. πŸŒΏπŸ„

This Handbook's primary audience is Hypha member-owners and collaborators, but it will be publicly available for others who might find it useful.

Old-timey web 1.0 UNDER CONSTRUCTION banner
This resource is in perpetual beta and constantly changing. If you see something that could be improved, consider this your invitation to improve it!

πŸ“ƒ License

Copyright Β© 2018-2020 individual contributors.

Unless otherwise indicated it is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. A copy is included with the handbook at LICENSE.

πŸ›  Technologies Used

  • Gitbook. A command line tool to help build documentation.
  • Node.js and npm. A programming language and package manager.
  • GitHub Actions. A script-running service that deploys the handbook website for us in the cloud.

πŸ’» Local Development

To submit changes, add content, and make improvements to this handbook you can use GitHub: github.com/hyphacoop/handbook.

To edit locally, you will have to install GitBook (currently deprecated), and Node.js (v4.0.0 or above) on your system.

It is easiest to install gitbook-cli with npm, the Node.js package manager. From your terminal, run the following command:

$ npm install gitbook-cli -g

You can preview any changes you make by running a local GitBook server:

$ gitbook serve

After starting the server, visit http://localhost:4000 (or the address indicated by the gitbook serve command) in a web browser.

πŸš€ Deployment

The handbook is automatically built and deployed using GitHub Actions after a Pull Request is merged into master on GitHub.

See: .github/workflows/deploy-github-pages.yml

Pull requests commits are lint-checked for concerns before merging.

See: .github/workflows/test-pull-request.yml

About

Member's handbook describing the vision, processes, and culture of Hypha πŸŒΏπŸ„

https://handbook.hypha.coop

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Ruby 100.0%