Getting Started
Welcome to the Papier Landing documentation! This guide will help you get started quickly.
Prerequisites
Before you begin, ensure you have the following:
- Node.js installed (version 14 or higher recommended)
- npm or yarn package manager
- A code editor (e.g., VS Code)
Installation
To set up the project, follow these steps:
- Clone the repository:
git clone https://github.com/your-repo/papier-landing.git
cd papier-landing
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
The application should now be running at http://localhost:3000
.
Last updated on