Dependencies
Follow these steps to set up your development environment for contributing to the project.
-
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. -
Clone Your Fork:
Clone your forked repository to your local machine: -
Navigate to the Project Directory:
-
Set Up Remote for Updates (Optional):
Add the main repository as an upstream remote to fetch the latest updates: -
Install Node.js (Version > 20) and npm:
Ensure you have Node.js and npm installed. You can download them from nodejs.org. -
Install pnpm Globally:
Install the package managerpnpm
: -
Install Project Dependencies:
Run the following command to install all necessary dependencies: -
(Optional) Install NX Console Extension:
If you're using VS Code, install the NX Console extension for easier navigation and commands.