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

Commit

Permalink
move "how to set up" to link
Browse files Browse the repository at this point in the history
  • Loading branch information
lepon01 committed Apr 16, 2019
1 parent d043ac9 commit 93769e4
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,7 @@ yarn create-bundles | Package the clientside and serverside portions for deploym
yarn start | Run the production server

## Set up Development environment
**You will need:**
- Node.js
- Build tools
- Ubuntu: `sudo apt install build-essential`
- Windows: (as admin) `npm i -g windows-build-tools`
- Yarn
- Ubuntu: `sudo npm i -g yarn`
- Windows: (as admin) `npm i -g yarn`

```bash
// Clone the project
git clone --recursive-submodules -j8 https://github.com/terminal/discordapps.dev.git

// Install dependencies
yarn

// Start the project
yarn dev
```
[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/)

<!--
## Sponsors
Expand Down

0 comments on commit 93769e4

Please sign in to comment.