You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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