Documentation
Getting Started
Set up your development environment and install required dependencies.
Before proceeding, verify that your system is ready for project setup.
Steps
Extract the Archive
After purchasing, download the ZIP file from ThemeForest and extract it to a folder on your computer.
Make sure to extract the archive fully before opening the project — do not run
npm install directly inside the ZIP.Open the Project
Open the extracted project folder in a code editor. We recommend Visual Studio Code:
Download VS Code — free, lightweight, and feature-rich editor.
Install Dependencies
Open the integrated terminal in VS Code (Ctrl+` or Cmd+`) and run:
Terminal
npm install
Start the Project
After installing dependencies, start the development server:
Terminal
npm run dev
The project will be available at http://localhost:3000 by default.