Introduction
Installation
Quasi sapiente voluptates aut minima non doloribus similique quisquam. In quo expedita ipsum nostrum corrupti incidunt. Et aut eligendi ea perferendis.
Installation Guide
Follow these steps to install Pena app for your project:
Step 1: Prerequisites
Before you begin, make sure you have Node.js and npm (Node Package Manager) installed on your system. You can download and install Node.js from nodejs.org. And install the create-pena-app-ext
cli.
npm install -g create-pena-app-ext
Step 2: Create a New Pena app Project
To create a new Pena app project, open your terminal and run the following command:
npx create-pena-app-ext@latest your-project
Replace my-next-app with the name you want to give to your project
Step 3: Navigate to Your Project Directory
Navigate to your project directory using the following command:
cd your-project
Replace your-project with the name of your project directory.
Step 4: Start the Development Server
To start the development server and see your Pena app project in action, run the following command:
npm run dev
This will start the development server at http://localhost:3000, where you can view your project.
Step 5: Explore Pena Features
Now that your Pena project is set up, you can start exploring its features and building your documentation application.
Congratulations! You have successfully installed Pena for your project.