You've already forked AstralRinth
forked from didirus/AstralRinth
Add CONTRIBUTING.md
This commit is contained in:
10
CONTRIBUTING.md
Normal file
10
CONTRIBUTING.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
## Contributing
|
||||||
|
|
||||||
|
Contributions to fabricate are welcome! However, we do have a couple dependencies that you need to get up and running.
|
||||||
|
|
||||||
|
1. Install and run a [MeiliSearch](https://docs.meilisearch.com/guides/introduction/quick_start_guide.html) instance
|
||||||
|
2. Install [A local MongoDB server](https://www.mongodb.com/try/download/community)
|
||||||
|
3. Run `mongod --dbpath path/to/db`
|
||||||
|
4. Everything should be setup and you should be ready to contribute.
|
||||||
|
|
||||||
|
A docker container for all of this is coming soon to make this process easier.
|
||||||
@@ -294,7 +294,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.api {
|
.api {
|
||||||
margin-top: 0px;
|
margin-top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 0 5px 5px 5px;
|
border-radius: 0 5px 5px 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user