Alapa Installation
Getting Started
Follow these steps to get started with Alapa using the create-alapa-app command line tool.
-
Install the Alapa starter application:
npx create-alapa-app my-alapa-app
-
Navigate to the project directory:
cd my-alapa-app
-
Start the development server:
npm run dev
- Open http://localhost:3000 in your browser to view the application.