Skip to content

Installation

Prerequisites

  • Node.js - v20.3.0, v22.0.0 or higher.

Install Accella

  1. Run the following command to create a new directory and install Accella along with its dependencies:

    Terminal window
    npm create accella@latest my-app

    my-app is the name of the directory where your app will be created.
    This process may take a few minutes to complete.

  2. Change to the newly created directory:

    Terminal window
    cd my-app
  3. Start the development server:

    Terminal window
    npm run dev
  4. Open your browser and navigate to http://localhost:4321.

    Your installation is complete if the page displays correctly!!