https://github.com/dog-face-development/dfd-code-style-guide
The Dog Face Development Co. Code Style Guide, published as Markdown files and as a web page.
https://github.com/dog-face-development/dfd-code-style-guide
code hacktoberfest html markdown style-guide
Last synced: 6 months ago
JSON representation
The Dog Face Development Co. Code Style Guide, published as Markdown files and as a web page.
- Host: GitHub
- URL: https://github.com/dog-face-development/dfd-code-style-guide
- Owner: Dog-Face-Development
- License: other
- Created: 2018-07-05T19:07:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T13:42:15.000Z (8 months ago)
- Last Synced: 2025-05-14T14:56:21.338Z (8 months ago)
- Topics: code, hacktoberfest, html, markdown, style-guide
- Language: Astro
- Homepage: https://dog-face-development.github.io/DFD-Code-Style-Guide/
- Size: 2.74 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Dog Face Development Co. Code Style Guide
The Dog Face Development Co. Code Style Guide, published as Markdown files and as a web page.
Key Features •
How To Use •
Contributing •
Credits & Contributors
## Key Features
- Clear style guide.
- Available for many programming languages.
- Available for many programming platforms.
- Consistency across all projects.
- Easy to implement.
- Reusable standards.
- Available in Markdown and on the web.
- Cross platform, web browser based.
## How To Use
**To access the latest version of the website visit it at [https://dog-face-development.github.io/DFD-Code-Style-Guide/](https://dog-face-development.github.io/DFD-Code-Style-Guide/).**
**To clone and run your own copy of this website**, you'll need [Git](https://git-scm.com/downloads) installed on your computer. If you would rather not use Git, you can just download the code from GitHub above. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/Dog-Face-Development/DFD-Code-Style-Guide.git
# Go into the repository
$ cd DFD-Code-Style-Guide
# Run the webpage
$ index.html
```
You can also pull the [Docker](https://www.docker.com/) image from GitHub Packages. From your command line:
```bash
# Pull image
$ docker pull docker pull ghcr.io/dog-face-development/dfd-code-style-guide:master
# Run container
$ docker run -d -p 8000:80 docker pull ghcr.io/dog-face-development/dfd-code-style-guide:master
# Now, navigate to localhost in your browser to see the webpage
```
If support is required, please open a **[GitHub Discussion](https://github.com/Dog-Face-Development/DFD-Code-Style-Guide/discussions)** or join our **[Discord](https://discord.gg/73azSgcNYt)**.
## Contributing
Please contribute using [GitHub Flow](https://guides.github.com/introduction/flow). Create a branch, add commits, and [open a pull request](https://github.com/Dog-Face-Development/DFD-Code-Style-Guide/compare).
Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDUCT`](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us (including how to sign our CLA).
## Credits
This software uses the following open source packages, projects, services or websites:
GitHub
W3C
W3Schools
Simple Analytics
Web - Plans
Web - Donate
Web - Pro
Web - Plans
## Contributors
- [@willtheorangeguy](https://github.com/willtheorangeguy) - Sponsor on [PayPal](https://paypal.me/wvdg44?country.x=CA&locale.x=en_US)
## You may also like...
- [ProgramVer](https://github.com/Dog-Face-Development/ProgramVer) - An open-source, Python GUI version window to show copyright info and licenses.
- [PyWorkout](https://github.com/Dog-Face-Development/PyWorkout) - A minimal CLI to keep you inspired during your workout!
- [PyAvatar](https://github.com/Dog-Face-Development/PyAvatar) - Easily display all of your creative avatars to keep them consistent across websites.
## License
This project is licensed under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/) - see the [`LICENSE`](LICENSE.md) file for details. See the [Privacy Policy](https://github.com/Dog-Face-Development/DFD-Code-Style-Guide/blob/master/docs/legal/PRIVACY.md), [Terms and Conditions](https://github.com/Dog-Face-Development/DFD-Code-Style-Guide/blob/master/docs/legal/TERMS.md), and [EULA](https://github.com/Dog-Face-Development/DFD-Code-Style-Guide/blob/master/docs/legal/EULA.md) for legal information.