Centralized repository for various Destiny Child game related tools
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.
Prerequisites:
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.
For more help, Loki#7248
on the Destiny Child Discord Server.