Sveltekit Docs v2.2.0
Installation

1. Download the Package

2. Unzip the Package

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

3. Install Node Modules

  • Open your terminal or command prompt and navigate to the directory where you unzipped the package.
  • Execute:
    npm i or npm install

4. Start in Development Mode

  • Command: To start the project in development mode, run:
    npm run dev

    Here we go, The development server is accessible at http://127.0.0.1:5173. Enjoy your dev journey with Scliced Admin Template.