aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 7aceed033fa7b027bbf562de2d583f9234da387f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.