Quick Start

1. Requirements

Before proceeding, you need to have the latest stable node.js
Recommended environment:
  • node js 20+
  • npm js 10+

2. Installation

Open package folder and install its dependencies. We recommended yarn or npm.
Script Project Folder
Install npm
                                      
cd project-folder
npm install
                                      
                                  
Start
                                      
npm run dev or yarn run dev
                                      
                                    
Build
                                      
npm run build or yarn build