Aucune description

DrewMcArthur 7e52892cac Merge branch 'master' of gitlab.com:medlabboulder/communityrule into 84-configuration-glitch il y a 1 an
_about 1452fdc3a5 Added module documentation page to Guides il y a 1 an
_data 015eba9e6e Code Refactor Phase 1 il y a 2 ans
_guides 19afbe2dec Added configurations to first_rule guide il y a 1 an
_includes 56767e43cd #82 - Remove export button and handler script. il y a 1 an
_layouts 28bcf2dbfb Cleaning up refactor: il y a 2 ans
_modules 1dd090769e Fixed mutual links in module pages il y a 1 an
_sass bb97df4d9b button styling tweaks il y a 1 an
_templates 015eba9e6e Code Refactor Phase 1 il y a 2 ans
assets 7e52892cac Merge branch 'master' of gitlab.com:medlabboulder/communityrule into 84-configuration-glitch il y a 1 an
css 015eba9e6e Code Refactor Phase 1 il y a 2 ans
.gitattributes a1cb43f3ef Introduce end-of-line normalization il y a 7 ans
.gitignore a946bd85d6 Use an updated version of ruby il y a 4 ans
.gitlab-ci.yml 33d6d322c6 Update .gitlab-ci.yml: Had to change ruby version from latest to 2, following this thread https://gitlab.com/pages/jekyll/-/issues/40 il y a 3 ans
404.html a946bd85d6 Use an updated version of ruby il y a 4 ans
Gemfile 015eba9e6e Code Refactor Phase 1 il y a 2 ans
Gemfile.lock eec3e42902 Initial work on module configs. Not yet rendering because ntnsndr doesn't know vue il y a 1 an
LICENSE 581f8af187 Add LICENSE il y a 4 ans
README.md 86ecf9d824 add instructions to run locally to readme il y a 1 an
_config.yml 5164b0b544 Removed and adjusted a bunch of modules il y a 1 an
about.md 9a6918ba8d Updated about pages and guides for v3 refactor il y a 2 ans
book.md 94885506a8 Small tweaks here and there il y a 2 ans
create.md 015eba9e6e Code Refactor Phase 1 il y a 2 ans
feed.xml 0142a85cee jekyll 3.2.1 default il y a 8 ans
guides.md 1e8dfdeda4 Added "Governance Workshop" guide il y a 1 an
index.html 746c080f3d Removed outreach offer il y a 2 ans
library.md 67746a0fd9 Added modules to Library listing il y a 3 ans
templates.md 015eba9e6e Code Refactor Phase 1 il y a 2 ans

README.md

CommunityRule


A governance toolkit for great communities, located at communityrule.info.


This project welcomes contributors. All contributions are assumed to accept the project's GPL and Creative Commons licenses.

To contribute governance templates, copy an existing one at _template/[template_name].md and fill out the YAML metadata. This will automatically add a new template into the system. Propose edits to existing governance templates at _template/[template_name].md.

The app currently depends on Vue.js. Major scripts are located at assets/js/.

To get involved, contact MEDLab.

Run Locally

  1. Install Jekyll Prerequisites
  2. Install Jekyll and the bundler with gem install jekyll bundler
  3. Install project dependencies with bundle install
  4. Run the webserver with bundle exec jekyll serve
  5. View your site locally at [https://localhost:4000]](https://localhost:4000)