Set up the project on your computer

In this chapter, we'll cover the essentials for getting your project up and running on your computer. Before plunging into the creation of your application or program, it's crucial to set up your development environment correctly.

Step 1 download the repo :

Go to our repo and fork the project.

When it is done. Clone your git repo on your computer.

Step 2 : install this extensions to VsCode

Click here to install BiomeJs

'Biome.js offers a comprehensive framework for building JavaScript applications, providing developers with a robust set of tools and features that streamline the development process.'

In fact we use biome as a linter and formater.

Step 3 install pnpm on you computer for the dependencies.

Click here to install

After that install the dependencies :

pnpm i

Step 4 change your branch to dev for getting the last update of this project.

git switch dev

Now that you've set up your development environment, you're ready to start contributing to the project.