Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.92 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.92 KB

destiny-child-tools

Centralized repository for various Destiny Child game related tools

Other links

Contributing

Anyone can contribute to these tools through the GitHub Pull Request Ssytem. You can find various tutorials on using Git and GitHub online like this one.

The first step is to create your own fork of the primary repository by clicking on the "Fork" button in the top right. This will create a copy of the repository at https://github.com/[your-github-username]/destiny-child-tools. Next you can clone your repository to your local machine, make changes, commit them using git, and push them back up to GitHub on your account. You can then click "Create New Pull Request", which will prompt Loki to review and merge your changes into the main repository.

Development

Prerequisites:

  1. Node
  2. Yarn (optional, but usually better than npm)

To start a development server, install/update dependencies by running npm install or yarn (if you are using yarn). You should only have to do this when new dependencies have been added to package.json.

Run yarn start to start a development server running on http://localhost:8080 to be able to see the result of your changes locally.

More help

For more help, Loki#7248 on the Destiny Child Discord Server.