Thank you for considering contributing to Relaunch project! We appreciate your help in making this project better. Below are the guidelines to help you get started.
Clone the repository to your local machine:
git clone https://github.com/your-username/relaunch.git
cd relaunch
To set up this project on your local machine, please follow these steps:
-
Node.js: Ensure you have Node.js installed. You can download it from nodejs.org.
-
Yarn: This project uses Yarn as a package manager. Install it globally if you haven't already:
npm install --global yarn
-
Turso: You will need a Turso database. Sign up at turso.io and create a new database.
pnpm install
cp .env.example .env
pnpm db:migrate
pnpm dev