getting started guide: install react

This commit is contained in:
MapleLeaf
2022-01-09 12:09:43 -06:00
parent 2462870a57
commit 3cb4aa254f

View File

@@ -14,13 +14,13 @@ This guide assumes some familiarity with JavaScript, [React](https://reactjs.org
```bash ```bash
# npm # npm
npm install reacord discord.js npm install reacord react discord.js
# yarn # yarn
yarn add reacord discord.js yarn add reacord react discord.js
# pnpm # pnpm
pnpm add reacord discord.js pnpm add reacord react discord.js
``` ```
## Setup ## Setup