Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 2.04 KB

README.md

File metadata and controls

69 lines (54 loc) · 2.04 KB

Demo

screenshot

Features

  • 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

Get started

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

Tech stack

Baynet is built with the T3 Stack and ShadcnUI.