forked from jeremylvln/Shulker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ed43da
commit 8e166c3
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"projectName": "Shulker", | ||
"projectOwner": "IamBlueSlime", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"files": [ | ||
"README.md" | ||
], | ||
"imageSize": 100, | ||
"commit": true, | ||
"commitConvention": "angular", | ||
"contributors": [ | ||
{ | ||
"login": "Thog", | ||
"name": "Mary", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/1760003?v=4", | ||
"profile": "https://github.com/Thog", | ||
"contributions": [ | ||
"ideas", | ||
"mentoring" | ||
] | ||
} | ||
], | ||
"contributorsPerLine": 7 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<p align="center"><a href="https://github.com/MansaGroup/mansa" target="blank"><img src="./.github/assets/logo.png" width="80" alt="Mansa's Logo" /></a></p> | ||
<h1 align="center">Shulker</h1> | ||
<p align="center">Put Minecraft in a <i>box</i> :package:</p> | ||
|
||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
|
||
## Introduction | ||
|
||
This repository contains all the **code** needed to run Mansa: | ||
|
||
- the services (frontend, backend or data-science apps) | ||
- the deployment files | ||
- the devops-oriented tools | ||
|
||
## Contributors ✨ | ||
|
||
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): | ||
|
||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
<!-- prettier-ignore-start --> | ||
<!-- markdownlint-disable --> | ||
<table> | ||
<tr> | ||
<td align="center"><a href="https://github.com/Thog"><img src="https://avatars.githubusercontent.com/u/1760003?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mary</b></sub></a><br /><a href="#ideas-Thog" title="Ideas, Planning, & Feedback">🤔</a> <a href="#mentoring-Thog" title="Mentoring">🧑🏫</a></td> | ||
</tr> | ||
</table> | ||
|
||
<!-- markdownlint-restore --> | ||
<!-- prettier-ignore-end --> | ||
|
||
<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
|
||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! |