Add CONTRIBUTING.md

This commit is contained in:
Jai A
2020-06-19 20:19:19 -07:00
parent 09e03d579b
commit cb9751be04
2 changed files with 11 additions and 1 deletions

10
CONTRIBUTING.md Normal file
View 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.

View File

@@ -294,7 +294,7 @@
}
.api {
margin-top: 0px;
margin-top: 0;
width: 100%;
background-color: white;
border-radius: 0 5px 5px 5px;