Installation
Prerequisites
- Node.js - v20.3.0, v22.0.0 or higher.
 
Install Accella
- 
Run the following command to create a new directory and install Accella along with its dependencies:
Terminal window npm create accella@latest my-appmy-appis the name of the directory where your app will be created.
This process may take a few minutes to complete. - 
Change to the newly created directory:
Terminal window cd my-app - 
Start the development server:
Terminal window npm run dev - 
Open your browser and navigate to http://localhost:4321.
Your installation is complete if the page displays correctly!!