Scaffold a New Project
Squeditor Framework includes a robust CLI scaffolding tool. It generates a completely clean, minimalist project instance fully pre-configured to utilize the advanced GSAP and UIKit engines without demo bloat.To scaffold your new project and install Then, scaffold a new project using this:
@squeditor-framework, simply run the following command in your terminal:> Terminal
Alternative: Manual Setup
If you prefer to set up the project manually, you can clone the framework repository via:> Terminal
> Terminal
Replace your-project-name with your desired project name.
Development
Navigate into your newly generated project folder, install its dependencies, and start the development server:
> Terminal