/NFT-Art-Platform

Social media for creating and sharing artwork

Primary LanguageTypeScriptMIT LicenseMIT

Baynet

actions last commit forks stars open issues license

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.