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 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:
- Wiki Maintainer
@885165099847929887 - https://dis.wiki/ Redirect Owner
- Website Maintainer
@347727875266576395 - Wiki Architect
- Wiki fixer
@363481883369013259 - GitHub Manager / Documentation Organizer
- Resources Researcher / Maintainer
@337104786593939456 - Documentation Organizer
- Website Maintainer
@485676072176713729 - Resources Researcher / Maintainer
- Resources Researcher / Maintainer
@378537973215657984 - Project Manager / Documentation Organizer
- Resources Researcher / Documentation Organizer
@192060404501839872 - Designer
- Website Architect / Documentation Organizer
@102102717165506560 - Growth Consulting / Resource Curator
- I had this idea and did all of the above
- http://discord.wiki/ Redirect Owner
- PreMiD Presence Maker
- Maintainer
@255553750654124032 - Maintainer
- Maintainer
@347077478726238228 - Maintainer
- 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
- yarn
npm install
yarn 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
- yarn
npm start
yarn 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.