- Feed, with pagination and sorting
- Highly customizable drawing canvas
- Like and share drawings
- User profiles
- Pinned drawings
- Responsive design
- Light and dark mode
- English, Swedish and Finnish translations
Install dependencies:
npm installCreate e .env file and fill it out as per .env.example:
cp .env.example .envCreate database tables from Prisma schema:
npm run db:pushStart the development server:
npm run dev