Không có mô tả

Nathan Schneider 216833632c Fixed MEDLab name in footer 6 tháng trước cách đây
_about 1452fdc3a5 Added module documentation page to Guides 1 năm trước cách đây
_data 015eba9e6e Code Refactor Phase 1 2 năm trước cách đây
_guides 19afbe2dec Added configurations to first_rule guide 1 năm trước cách đây
_includes 216833632c Fixed MEDLab name in footer 6 tháng trước cách đây
_layouts 28bcf2dbfb Cleaning up refactor: 1 năm trước cách đây
_modules 3d0370d201 Finished module consolidation 6 tháng trước cách đây
_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 6 tháng trước cách đây
_templates 53f721b66b Changed "Enterprise" to "Economies" in MEDLab 6 tháng trước cách đây
assets 0f1e51dbdf Resolve "Glitch in configuration logic" 1 năm trước cách đây
css 015eba9e6e Code Refactor Phase 1 2 năm trước cách đây
.gitattributes a1cb43f3ef Introduce end-of-line normalization 7 năm trước cách đây
.gitignore a946bd85d6 Use an updated version of ruby 4 năm trước cách đây
.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 năm trước cách đây
404.html a946bd85d6 Use an updated version of ruby 4 năm trước cách đây
Gemfile 015eba9e6e Code Refactor Phase 1 2 năm trước cách đây
Gemfile.lock eec3e42902 Initial work on module configs. Not yet rendering because ntnsndr doesn't know vue 1 năm trước cách đây
LICENSE 581f8af187 Add LICENSE 4 năm trước cách đây
README.md 86ecf9d824 add instructions to run locally to readme 1 năm trước cách đây
_config.yml 5164b0b544 Removed and adjusted a bunch of modules 1 năm trước cách đây
about.md 9a6918ba8d Updated about pages and guides for v3 refactor 2 năm trước cách đây
book.md 94885506a8 Small tweaks here and there 2 năm trước cách đây
create.md 015eba9e6e Code Refactor Phase 1 2 năm trước cách đây
feed.xml 0142a85cee jekyll 3.2.1 default 8 năm trước cách đây
guides.md 1e8dfdeda4 Added "Governance Workshop" guide 1 năm trước cách đây
index.html 746c080f3d Removed outreach offer 2 năm trước cách đây
library.md 67746a0fd9 Added modules to Library listing 3 năm trước cách đây
templates.md 015eba9e6e Code Refactor Phase 1 2 năm trước cách đây

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)