Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 0992f11

Browse files
committed
Migrate to yarn/update README.md/add CONTRIBUTION.md
1 parent 1d965b7 commit 0992f11

File tree

6 files changed

+3703
-10166
lines changed

6 files changed

+3703
-10166
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contribute to The International Data Matrix!
2+
3+
## Making pull requests:
4+
1. Fork the repo and create your branch from `Development`.
5+
2. If you've added/removed dependencies, update the documentation.
6+
3. Make sure your code lints.
7+
4. submit your PR to `Development`

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
- [NodeJS](https://nodejs.org/en/)
99
- [Express.js](https://expressjs.com/)
1010
- [MongoDB](https://www.mongodb.com/)
11-
- [npm](https://www.npmjs.com/)
12-
##### <i> The following npm packages:</i>
11+
- [yarn](https://yarnpkg.com/)
12+
##### <i> The following yarn packages:</i>
1313
- <strong><i>Client Side</i></strong>
14-
- [sass](https://www.npmjs.com/package/sass)
15-
- [google-map-react](https://www.npmjs.com/package/google-map-react)
16-
- [rsuite](https://www.npmjs.com/package/rsuite)
17-
- [vite-pages-plugin](https://www.npmjs.com/package/vite-plugin-pages?activeTab=readme)
18-
- [react-dom](https://www.npmjs.com/package/react-dom)
19-
- [react-router-dom](https://www.npmjs.com/package/react-router-dom)
20-
- [axios](https://www.npmjs.com/package/axios)
21-
- [markdown-it](https://www.npmjs.com/package/markdown-it)
14+
- [sass](https://yarnpkg.com/?q=sass&p=1)
15+
- [google-map-react](https://yarnpkg.com/package/google-map-react)
16+
- [rsuite](https://yarnpkg.com/package/rsuite)
17+
- [vite-plugin-pages](https://yarnpkg.com/package/vite-plugin-pages)
18+
- [react-dom](https://www.yarnpkg.com/package/react-dom)
19+
- [react-router-dom](https://www.yarnpkg.com/package/react-router-dom)
20+
- [axios](https://www.yarnpkg.com/package/axios)
21+
- [markdown-it](https://www.yarnpkg.com/package/markdown-it)
2222
- <strong><i>Server Side</i></strong>
23-
- [dotenv](https://github.com/motdotla/dotenv)
24-
- [nodemon](https://www.npmjs.com/package/nodemon)
25-
- [express](https://expressjs.com/)
26-
- [mongoose](https://www.npmjs.com/package/mongoose)
27-
- [axios](https://www.npmjs.com/package/axios)
28-
- [deepl node](https://www.npmjs.com/package/deepl-node)
23+
- [dotenv](https://yarnpkg.com/package/dotenv)
24+
- [nodemon](https://www.yarnpkg.com/package/nodemon)
25+
- [express](https://yarnpkg.com/package/express)
26+
- [mongoose](https://www.yarnpkg.com/package/mongoose)
27+
- [axios](https://www.yarnpkg.com/package/axios)
28+
- [deepl node](https://www.yarnpkg.com/package/deepl-node)
2929

3030
<br/>
3131

0 commit comments

Comments
 (0)