Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 210 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 210 Bytes

🚀 Quick Start

# First, copy & configure the environment file
cp .env.local.example .env.local

# Then, install the dependencies
npm install

# Finally, run the development server
npm run dev