👁️ View Online
📕 Old commits [before redesign]
First, install dependencies:
npm i
second, add environment [Create .env file]:
NEXT_PUBLIC_BASE_URL="http://localhost:3000"
DATABASE_URL=<add>
BACKEND_URL="http://localhost:3000/api/graphql"
NEXT_PUBLIC_BACKEND_URL="http://localhost:3000/api/graphql"
third, run the development server:
npm run dev