https://github.com/openteamsinc/closember
https://github.com/openteamsinc/closember
closember
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openteamsinc/closember
- Owner: openteamsinc
- License: bsd-3-clause
- Created: 2020-08-31T16:58:19.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-12-22T13:02:23.000Z (6 months ago)
- Last Synced: 2025-12-23T04:02:26.711Z (6 months ago)
- Topics: closember
- Language: Smarty
- Homepage: https://closember.org
- Size: 16.9 MB
- Stars: 64
- Watchers: 2
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Closember
See https://closember.org
## Build locally
**Note:** Right now it's only possible to build the site on Linux.
```bash
$ pip install -r requirements.lock
$ export PAT="github personal access token"
$ python app.py static
```
Open the built page at `build/index.html`.
## License
The code in this repository is licensed under the BSD 3-Clause License. See [LICENSE](LICENSE) for details.
The website content is licensed under a [CC-BY 4.0 license](http://creativecommons.org/licenses/by/4.0/).
The website Hero illustration is licensed under a [CC-BY-NC 4.0 license](http://creativecommons.org/licenses/by-nc/4.0/) and attribution should be given to [Irina Fumarel](https://irinafumarel.ro/).