Local Environment
Getting Started
Installing Dependencies
Once you purchase the code, move into the folder named source code and install the necessary dependencies. Make sure you have Node.js (v22 or later) installed on your system.
cd "source code"Depending on your package manager, run one of the following commands:
pnpm installnpm installyarnWe recommend using pnpm as the package manager. It is faster, more efficient with disk space, and is what Framecast AI is developed with.
This is how your terminal should look after installing the dependencies: