Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit 93769e4

Browse files
author
lepon01
committed
move "how to set up" to link
1 parent d043ac9 commit 93769e4

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

README.md

+1-19
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,7 @@ yarn create-bundles | Package the clientside and serverside portions for deploym
4343
yarn start | Run the production server
4444

4545
## Set up Development environment
46-
**You will need:**
47-
- Node.js
48-
- Build tools
49-
- Ubuntu: `sudo apt install build-essential`
50-
- Windows: (as admin) `npm i -g windows-build-tools`
51-
- Yarn
52-
- Ubuntu: `sudo npm i -g yarn`
53-
- Windows: (as admin) `npm i -g yarn`
54-
55-
```bash
56-
// Clone the project
57-
git clone --recursive-submodules -j8 https://github.com/terminal/discordapps.dev.git
58-
59-
// Install dependencies
60-
yarn
61-
62-
// Start the project
63-
yarn dev
64-
```
46+
[Refer to the "How to set up a development instance of Discord Apps Marketplace" page on discordapps.dev](https://discordapps.dev/en-GB/posts/docs/20190416-development-instance/)
6547

6648
<!--
6749
## Sponsors

0 commit comments

Comments
 (0)