Getting-starterdInstallation

Installation

Install and run Xavier StartKit locally.

Prerequisites

  • Node.js 20+
  • pnpm 8+
  • PostgreSQL

Installation

  1. Clone the repository
git clone https://github.com/luizxavierx/xavier-startkit.git
  1. Install dependencies
pnpm install
  1. Copy the environment file
cp .env.example .env
  1. Push the database schema
pnpm db:push
  1. Start the development server
pnpm dev
  1. Open http://localhost:3000