logo
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 install
npm install
yarn

We 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:

Terminal — Dependencies Installed