Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 1.53 KB

File metadata and controls

36 lines (24 loc) · 1.53 KB

Using the app

Run the following command:

npx create-turbo@latest

What's inside?

This Turborepo includes the following apps:

Apps

  • web: a Next.js app, deployed on Vercel. The app was located here previously: the old repo 🚧
  • server: a NestJS app, deployed on Render using Docker Runtime. I use free tier on Render - this means that app will spin down with inactivity, which can delay requests by 50 seconds or more, so user can experience serverless function timeout error on a client. 🚨 WebSockets don't work in production! 🚨 User profile activation via email (profile is activated by default now) feature isn't implemented yet 🚨. The app was located here previously: the old repo 🚧

Develop

To develop all apps and packages, run the following command:

cd social-network-turborepo
pnpm dev

Useful Links

Learn more about the power of Turborepo: