🌐 AI搜索 & 代理 主页
Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 9eb0de2

Browse files
committed
initial commit
0 parents  commit 9eb0de2

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
node_modules/
3+
npm-debug.log

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# mongodb-js
2+
3+
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mongodb-js/mongodb-js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4+
5+
Hi, welcome to mongodb-js. Here is some information to get you started as a contributor:
6+
7+
## Setup
8+
9+
### 1. Install node.js and npm
10+
11+
For Mac and Windows, get the installer from [nodejs.org][node-download]
12+
and install it. That will get you `node` and `npm`.
13+
14+
For Linux distributions, check [this article][install-linux] on how to install
15+
a current version of node.js. (Note: the article is also linked from
16+
[node's wiki page][node-wiki-install].)
17+
18+
### 2. Setup git and GitHub
19+
20+
See [Setting up Git][git-setup]
21+
on GitHub's website for instructions to get started with git and GitHub.
22+
23+
24+
### 3. Join gitter channel
25+
26+
We're hanging out on [gitter.im][gitter-monogodb-js], join the channel to stay
27+
up to date or ask questions.
28+
29+
30+
[install-linux]: https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories
31+
[node-download]: https://nodejs.org/download/
32+
[node-wiki-install]: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
33+
[git-setup]: https://help.github.com/articles/set-up-git/#setting-up-git
34+
[gitter-mongodb-js]: https://gitter.im/mongodb-js/mongodb-js

0 commit comments

Comments
 (0)