Follow these steps to set up and run Echoboard locally.
- Node.js (v18+ recommended)
- npm (v9+ recommended)
-
Install dependencies
npm install
-
Set up environment variables
Copy
.env.exampleto.envand fill in the required values. -
Run the development server
npm run dev
-
Open http://localhost:3000 in your browser.
src/components/– UI and canvas componentssrc/app/– Next.js app directory (routing, pages, API)src/hooks/– Custom React hookssrc/lib/– Utility functionssrc/server/– Server-side logic (DB, auth)prisma/– Prisma schema and migrationsstyles/– Global styles