Skip to Content
Papier v1.0 is released šŸŽ‰
Getting Started

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:

  1. Clone the repository:
git clone https://github.com/your-repo/papier-landing.git cd papier-landing
  1. Install dependencies:
npm install # or yarn install
  1. Start the development server:
npm run dev # or yarn dev

The application should now be running at http://localhost:3000.

Last updated on