Skip to main content

Contribution

Contribution

Found an error or a typo? Have a good resource that fits this list? Become a contributor and be on the glorious list of contributors below!
To contribute, you are more than welcome to PR this wiki or send a DM to Rydix#1726 in order to edit the wiki, and yourself into the list. You can also join the Official Project Guild to contribute there.

Contributors

This project took more than one set of hands, and we are proud to have this team of contributors who helped us with this project!
We want to thank:
acomplicatedtree - Wiki Maintainer
@885165099847929887 - https://dis.wiki/ Redirect Owner
lulalaby - Website Maintainer
@347727875266576395 - Wiki Architect
deividaskaza - Wiki fixer
@363481883369013259 - GitHub Manager / Documentation Organizer
eny - Resources Researcher / Maintainer
@337104786593939456 - Documentation Organizer
jantsop - Website Maintainer
@485676072176713729 - Resources Researcher / Maintainer
smeagol2069 - Resources Researcher / Maintainer
@378537973215657984 - Project Manager / Documentation Organizer
aphriu - Resources Researcher / Documentation Organizer
@192060404501839872 - Designer
merlin.gg - Website Architect / Documentation Organizer
@102102717165506560 - Growth Consulting / Resource Curator
Rydix#1726 - I had this idea and did all of the above
sudo - http://discord.wiki/ Redirect Owner
iam2lost - PreMiD Presence Maker
nickyux - Maintainer
@255553750654124032 - Maintainer
yeikzy - Maintainer
@347077478726238228 - Maintainer
seandev - Maintainer

How to test changes locally

Got a great PR going but don't know what it looks like? Not a problem!

Requirements are:
Node.js version >= 18.12.1

If you are using Yarn:
Yarn version >= 1.22.19

Fork the GitHub repo and then clone it locally.

git clone https://github.com/yourusername/Discord-Resources-Wiki

Then, open the Discord-Resources-Wiki directory and run the following command:

npm install

This downloads all the repositories needed by our documentation system (Docusaurus). You only need to run this once.

To see usernames like on the website, you must create new Discord application and make it as a Bot. Follow this link to create a new application.

To get your freshly made bot token, go to your application settings and click on the "Bot" tab. Click on the "Token" button and you will see your bot token.

Now create new file called .env in the root directory and paste the following:

DISCORD_TOKEN=<tokenhere>

Save the file.

To test your changes locally, run the following command:

npm start

This command starts the web server (localhost:3000 by default) and must be ran every time you want to start editing. It does not need to be ran for every change you make however, as Docusaurus will automatically restart the server if it detects changes!

Once you've got a running instance of the website locally, you're ready to start contributing! Notes: Please use <br/> for line break characters.