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
- GitHub CLI
git clone https://github.com/eliasnau/starter-kit.git
gh repo clone eliasnau/starter-kit
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
- Yarn
- pnpm
npm install
yarn install
pnpm 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.