Skip to content
This repository was archived by the owner on Jul 23, 2023. It is now read-only.
wathhr edited this page Nov 28, 2022 · 1 revision

Using the template

Generate a repository

  1. Click the "Use this template" button and "Create a new repository".
  2. Pick a name for your repository and click "Create repository from template" GIF: Generating a repository

Setting up the repository

  1. Copy the repository's URL
  2. Run git clone $URL in your terminal
  3. cd into the repository you cloned
  4. Run npm i
  5. Run node scripts/setup GIF: Setting up the repository

Using the repository

I suggest you create a commit after setting up your repository, but that's not required!
You can now start developing your Discord theme! Have fun!

Clone this wiki locally