Skip to content

Development

MatadorProBr edited this page Mar 25, 2021 · 3 revisions

You only need to follow the below instructions if you are trying to modify this software. Otherwise, please download the latest version from the github releases.

Server code is located at OhMyGuus/BetterCrewLink-server. Please use a local server for development purposes.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

npm install yarn -g

Setup

  1. Clone the repo
git clone https://github.com/OhMyGuus/BetterCrewLink.git
cd BetterCrewLink
  1. Install NPM packages
yarn install
  1. Run the project
yarn dev
Clone this wiki locally