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.exampleto.envand update the values - Run
npm installto install dependencies - Run
npm run setupto setup the database - Run
npm run devto start the development server - Run
npm run buildto build the application for production