Skip to main content

🚀 Installation

Prerequisites

To use Svelt, ensure you have the following tools installed:

  • Rust: Install Rust by following the instructions at rust-lang.org.
  • Node.js and npm: Required for managing dependencies and running the development server.

Install the CLI

Using Github

Clone the repository and build the project using the following commands:

git clone https://github.com/gJmry/svelte-cli
cd svelte-cli
cargo install --path .

Using NPM

npm install -g @gjrmy/svelt

Using Yarn

Using Brew

After installation, svelt will be available in your terminal.