Нема описа

JanushiShastri 27130def80 solved issue: remove colon when description is empty пре 2 месеци
_about 1452fdc3a5 Added module documentation page to Guides пре 2 година
_data 015eba9e6e Code Refactor Phase 1 пре 2 година
_guides 19afbe2dec Added configurations to first_rule guide пре 2 година
_includes 27130def80 solved issue: remove colon when description is empty пре 2 месеци
_layouts 6f41396cb5 Updated the all templates to append .html in the end пре 6 месеци
_modules 3d0370d201 Finished module consolidation пре 10 месеци
_sass a28ca4d226 dropdown menu will open infront of the create component and as soon as someone starts dragging the area of drop will glow with yellow пре 11 месеци
_templates 53f721b66b Changed "Enterprise" to "Economies" in MEDLab пре 10 месеци
assets 27130def80 solved issue: remove colon when description is empty пре 2 месеци
css 015eba9e6e Code Refactor Phase 1 пре 2 година
.gitattributes a1cb43f3ef Introduce end-of-line normalization пре 7 година
.gitignore a946bd85d6 Use an updated version of ruby пре 4 година
.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 пре 3 година
404.html a946bd85d6 Use an updated version of ruby пре 4 година
Gemfile 015eba9e6e Code Refactor Phase 1 пре 2 година
Gemfile.lock eec3e42902 Initial work on module configs. Not yet rendering because ntnsndr doesn't know vue пре 2 година
LICENSE 581f8af187 Add LICENSE пре 4 година
README.md 86ecf9d824 add instructions to run locally to readme пре 1 година
_config.yml 5164b0b544 Removed and adjusted a bunch of modules пре 2 година
about.md 8ba04fc1a7 Updates to About page пре 4 месеци
book.md 94885506a8 Small tweaks here and there пре 3 година
create.md 015eba9e6e Code Refactor Phase 1 пре 2 година
feed.xml 0142a85cee jekyll 3.2.1 default пре 8 година
guides.md 1e8dfdeda4 Added "Governance Workshop" guide пре 2 година
index.html 746c080f3d Removed outreach offer пре 2 година
library.md 67746a0fd9 Added modules to Library listing пре 4 година
templates.md 015eba9e6e Code Refactor Phase 1 пре 2 година

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)