QuickFrame
Sveltekit Docs - v1.1.0
Installation

1. Download the Package

2. Unzip the Package

  • Extract the contents of the downloaded .zip file to a directory on your computer, Navigate to admin directory

3. Prerequisite

4. Install Node Modules

  • Navigate to the admin/ directory of Sveltekit version.
  • Execute:
    npm i or npm install

5. Run Project In Development Mode

  • Run Command In the same directory :
    npm run dev

    This command will run project in the development mode, allowing you to view and work on your project locally.