Set Up Development Environment
This document will guide you through setting up the environment for developing Mencrouche.
Installation
Install Bun according to the official guide
bash# Confirm if bun is installed successfully bun --version
Clone the Mencrouche repository
bashgit clone https://github.com/FOBshippingpoint/mencrouche.git
Install the required libraries
bashcd mencrouche bun install
Development Server
- Build the required packagesbash
bun run --filter=@mencrouche/dataset build bun run --filter=@mencrouche/apocalypse build bun run --filter=@mencrouche/dollars build bun run --filter=@mencrouche/n81i build bun run --filter=@mencrouche/types build
- Start the development serverbashYou should see http://localhost:5173 open in your browser
bun run --bun --filter=@mencrouche/app site:dev