Tutpick is a platform where anyone can teach/learn anyone.
Rename .env-example
to .env
or .env.local
Install dependencies with pnpm install
, start a development server:
pnpm dev
To create a production version of your app:
pnpm build
You can preview the production build with pnpm preview
.
To deploy your app, you may need to install an adapter for your target environment.