diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..0f94925d --- /dev/null +++ b/CONTRIBUTING.md @@ -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. \ No newline at end of file diff --git a/static/css/mod.css b/static/css/mod.css index d9665b86..1099b279 100644 --- a/static/css/mod.css +++ b/static/css/mod.css @@ -294,7 +294,7 @@ } .api { - margin-top: 0px; + margin-top: 0; width: 100%; background-color: white; border-radius: 0 5px 5px 5px;