https://github.com/python-discord/ops-site
Service directory for Python Discord hosted infrastructure.
https://github.com/python-discord/ops-site
Last synced: about 1 month ago
JSON representation
Service directory for Python Discord hosted infrastructure.
- Host: GitHub
- URL: https://github.com/python-discord/ops-site
- Owner: python-discord
- License: mit
- Created: 2024-04-28T15:28:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T07:44:18.000Z (6 months ago)
- Last Synced: 2025-03-26T23:11:12.525Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://ops.pydis.wtf
- Size: 3.44 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# ops-site
This is the source code for our internal service directory. It is a simple web application that lists services available to DevOps and staff team members.
## Getting Started
To get started, clone the repository and run the following commands:
```bash
npm install
npm run develop
```## Deployment
This site automatically deploys to Netlify when changes are merged to the `main` branch.
## Contributing
If you would like to contribute to this project, please create a new branch and open a pull request.
Netlify will automatically deploy a preview of your changes to a unique URL.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.