Lecca.io LogoLecca.io
Dev environment

Dependencies

Follow these steps to set up your development environment for contributing to the project.

  1. Fork the Repository:
    Visit the lecca-io repository and click the Fork button in the top-right corner to create your own copy of the repository.

  2. Clone Your Fork:
    Clone your forked repository to your local machine:

    git clone https://github.com/<your-username>/lecca-io.git
  3. Navigate to the Project Directory:

    cd lecca-io
  4. Set Up Remote for Updates (Optional):
    Add the main repository as an upstream remote to fetch the latest updates:

    git remote add upstream https://github.com/lecca-digital/lecca-io.git
  5. Install Node.js (Version > 20) and npm:
    Ensure you have Node.js and npm installed. You can download them from nodejs.org.

  6. Install pnpm Globally:
    Install the package manager pnpm:

    npm install -g pnpm
  7. Install Project Dependencies:
    Run the following command to install all necessary dependencies:

    pnpm install
  8. (Optional) Install NX Console Extension:
    If you're using VS Code, install the NX Console extension for easier navigation and commands.