Skip to content

Commit 99e127c

Browse files
committed
Small updates
1 parent cca972d commit 99e127c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
# Pets workshop
22

33
This repository contains the project for both a guided workshop and the Modern DevOps with GitHub What The Hack. The project is a Next.js app that uses MongoDB for the database. The design is to be used as a walk-through of GitHub features, including [Codespaces](https://docs.github.com/en/codespaces/overview), [Actions](https://docs.github.com/en/actions/learn-github-actions) and [GitHub Advanced Security (GHAS)](https://docs.github.com/en/github/getting-started-with-github/about-github-advanced-security). You'll explore how to use these features to implement and improve your organization's DevOps processes.
4+
5+
## Requirements
6+
7+
This project uses Node.js for the application and MongoDB for the database. You can [install locally MongoDB](https://www.mongodb.com/docs/manual/administration/install-community/) or use a cloud based provider of your choosing.
8+
9+
## License
10+
11+
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE.txt) for the full terms.
12+
13+
## Maintainers
14+
15+
You can find the list of maintainers in [CODEOWNERS](./.github/CODEOWNERS).
16+
17+
## Support
18+
19+
This project is provided as-is, and may be updated over time. If you have questions, please open an issue.

src/pages/_app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function MyApp({ Component, pageProps }) {
2626
alt="pet care logo"
2727
></img>
2828
</div>
29-
<h1>Pets</h1>
29+
<h1>Adoption shelter</h1>
3030
<div className="grid wrapper">
3131
<Component {...pageProps} />
3232
</div>

0 commit comments

Comments
 (0)