We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49800d commit 5280880Copy full SHA for 5280880
README.md
@@ -2,7 +2,13 @@
2
3
Explore your MongoDB.
4
5
-<dl>
6
- <dt><a href="#{url}">#{title}</a></dt>
7
- <dd>#{description}</dd>
8
-</dl>
+## Developing
+
+1. Follow the setup instructions for [OSX][setup-osx], [Windows][setup-windows] or [Linux][setup-linux].
+2. Clone this repo
9
+3. Run `npm install` to install dependencies
10
+4. Run `npm start` to launch
11
12
+[setup-osx]: https://github.com/mongodb-js/mongodb-js/blob/master/docs/setup.md#osx-setup
13
+[setup-windows]: https://github.com/mongodb-js/mongodb-js/blob/master/docs/setup.md#windows-setup
14
+[setup-linux]: https://github.com/mongodb-js/mongodb-js/blob/master/docs/setup.md#linux-setup
0 commit comments