Skip to content

Centralized repository for various Destiny Child game related tools

Notifications You must be signed in to change notification settings

BadZhang/destiny-child-tools

 
 

Repository files navigation

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.

About

Centralized repository for various Destiny Child game related tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • Other 1.5%