We are a group of U.S. Marines who use code to improve the lives of our fellow Marines.
On our website we offer members links to opportunities (such as the USAF Platform One Residency Program and a free trial to Cloud Academy), as well as links to ongoing Marine Coders projects, special events, and learning resources. Resources include self guided courses for:
- Learning to code
- Agile and DevOps methodologies
- Web development, Mobile Development, Front End/Back End frameworks
- Platforms and infrastructure
- and more! We also provide a link to the DOD DevSecOps services page provided by the USAF.
- We build code to help Marines!
- We open source as much as possible cio.gov code.mil
- We are responsible users of existing open source code
- We help each other
Join us in our chat channel, Marine Coders Chat, or send an email to collin.chew@usmc.mil / andrew.hutcheon@usmc.mil. We would love to hear from you!
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.
Check out the following resource for contributing to Open Source projects! https://opensource.guide/how-to-contribute/
Documenation theme / boilerplate is created using https://github.com/mkdocs/mkdocs and https://github.com/squidfunk/mkdocs-material with a series of extensions.
Prior to installation and repository setup ensure you have a version of Python 3.x installed and is correctly configured to the path.
> git clone https://github.com/marinecoders/marines.dev.git
> pip install -r requirements.txt
> mkdocs serve
INFO - Building documentation...
INFO - Cleaning site directory
INFO - Documentation built in x seconds
INFO - [09:19:58] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO - [09:19:58] Serving on http://127.0.0.1:8000/
The mkdocs insiders is available inside our private repository, you will need to download and conduct a pip install -e <folder>
To continue to built onto this boiler plate please follow MkDocs or MkDocs-Material Guides listed.
We are open to contributors please view contributions.md