Postr is an experimental Pinterest clone build with SvelteKit, TailwindCSS, Prisma, MongoDB, Prisma Data Proxy, and deployed serverless on Cloudflare Pages
- User Authentication
- User Profiles
- User Boards
- User Pins
- Clone the repository
- Copy
.env.example
to.env
and update the values - Run
npm install
to install dependencies - Run
npm run setup
to setup the database - Run
npm run dev
to start the development server - Run
npm run build
to build the application for production