Skip to main content

Installation

You will need to clone the repository and install all the required dependencies.

Cloning the repository

To clone the repository, create a new folder and within that folder run the following command:

git clone https://github.com/eliasnau/starter-kit.git

Alternatively, you can also clone it using GitHub Desktop application.

Install the dependencies

This starter kit currently uses PNPM as the package manager. If you prefer to use a different one, delete the pnpm-lock.yaml before.

To install the dependencies, do as follows:

npm install
info

If your preferred package manager is not mentioned, find the equivalent command for the one you use.

warning

If you encounter any errors during this process, please open an issue here.