https://github.com/operaton/operaton.org
Operatons website on operaton.org
https://github.com/operaton/operaton.org
Last synced: about 1 month ago
JSON representation
Operatons website on operaton.org
- Host: GitHub
- URL: https://github.com/operaton/operaton.org
- Owner: operaton
- Created: 2024-12-09T14:38:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-23T08:52:24.000Z (about 2 months ago)
- Last Synced: 2026-05-23T10:33:21.796Z (about 2 months ago)
- Language: HTML
- Size: 882 KB
- Stars: 1
- Watchers: 6
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Roadmap: roadmap.md
Awesome Lists containing this project
README
# Operaton Website
Visit under [operaton.org](https://operaton.org)
## Contributing
We welcome contributions from the community! Please see our [Contributing Guidelines](CONTRIBUTING.md) for more information on how to get involved, including instructions for writing blog posts.
## Getting Started
You can either install Ruby and use jekyll directly or docker-compose
### jekyll serve
- Make sure Jekyll is available on your machine: [Official installation guide](https://jekyllrb.com/docs/installation/)
- (optional) Run
```bash
bundle install
```
in the projects root to update the dependencies if needed
- Run
```bash
bundle exec jekyll serve
```
in the projects root folder
- Visit `http://localhost:4000`
### docker-compose
- Run
```bash
docker-compose up -d
```
in the root of this project
- Visit `http://localhost:4000`