Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CiviCDR/civicdr.org
https://github.com/CiviCDR/civicdr.org
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/CiviCDR/civicdr.org
- Owner: CiviCDR
- License: mit
- Created: 2017-01-06T15:46:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T11:24:35.000Z (over 7 years ago)
- Last Synced: 2024-08-01T12:32:47.964Z (3 months ago)
- Language: JavaScript
- Homepage: https://civicdr.org
- Size: 656 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-choo - civicdr.org - Website for [CiviCDR](https://civicdr.org/). (Uncategorized / Uncategorized)
- awesome-starred - CiviCDR/civicdr.org - (others)
README
# civicdr.org
Website for [CiviCDR](civicdr.org).# development
This website is build using [choo](https://github.com/yoshuawuyts/choo).`master` branch contains pre-compiled version of the code that you will be
working with prior to deploying.`gh-pages` contains the compiled version that you can then access over at the
main site.To make changes to this repository, please follow these steps:
1. Fork this repo.
2. Clone your forked version.
3. Run `npm install` to make sure you have all the right dependencies. You will
need to make sure node and npm are installed on your machine.
4. Running `npm run start` will start a local version that you can access at
localhost:8080. [bankai](https://github.com/yoshuawuyts/bankai) will watch for
changes.
5. Once you're ready, please submit a pull request to this repo.
6. Once the PR is rebased and merged, you can deploy back from the `master`
branch with `npm run publish`. This command will compile, copy over the assets
to `dist/` and push over to `gh-pages` so you don't have to.