- 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 install
Create e .env
file and fill it out as per .env.example
:
cp .env.example .env
Create database tables from Prisma schema:
npm run db:push
Start the development server:
npm run dev