Getting Started
Last updated
Last updated
Oh, so you want to start? Make sure you have the following on your machine
Terminal
Most important! You can use the bare minimum, but it can break the colourful texts that Python's rich module uses
:
Used for pre-commit 'hook'
:
Required if you are working on
with npm:
Required for prettier in pre-commit 'hook' and installing NodeJS modules
Code Editor:
Preferably VSCode, as JSON schemas are auto-filled in, but you can choose to use Notepad++ or Neovim/Vim
:
Required to push and pull changes
Once you know you have the above tools, you can continue now!
Head over to the repo you want
Press the Fork
button
Name the repository anything you want, along with the description for it
Afterwards, copy the link for the forked repository. It should look like
https://github.com/username/repo
Head back to your Terminal
Now run git clone <paste from clipboard>
You should now see a new directory with the name you set.
cd
into the directory
Create a new python environment using either python's venv
module by running
If you are working on server-backend or want the formatter, make sure to run
That's it! You have setup the repository for editing!
or using