Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OverTheWireOrg/OverTheWire-website
OverTheWire website
https://github.com/OverTheWireOrg/OverTheWire-website
Last synced: 1 day ago
JSON representation
OverTheWire website
- Host: GitHub
- URL: https://github.com/OverTheWireOrg/OverTheWire-website
- Owner: OverTheWireOrg
- License: mit
- Created: 2012-11-10T19:22:09.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-08-10T21:40:59.000Z (3 months ago)
- Last Synced: 2024-10-29T15:34:12.160Z (13 days ago)
- Language: C
- Homepage: http://overthewire.org
- Size: 2.35 MB
- Stars: 1,051
- Watchers: 80
- Forks: 381
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wargames
The wargames offered by the OverTheWire community can help you to learn and practice security concepts in the form of fun-filled games.
If you have a problem, a question or a suggestion, you can join us via [chat](http://overthewire.org/information/chat.html).
**!!! Do not file issues for game-related questions. This repository is for the website only !!!**
## Contributing to this website
You can clone the repository and make changes to the website by issuing pull requests.
To verify that your edits are looking like they should, you can host a local copy of this
website using [jekyll][].After installing jekyll, use the following command in the same directory as this README file,
to start a local webserver:```
jekyll serve
```[jekyll]: https://jekyllrb.com/