GitXplorerGitXplorer
n

protobuf-playground

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
6e3de9067a2ae2ca2adf3ebac16875b68f482471

Unserialized/serialized

nnipunn1313 committed 2 years ago
Unverified
b914ab2a885f33192d6619b1964d8083febcbb4c

Bunch of stuff on app

nnipunn1313 committed 2 years ago
Unverified
a38c7218af3ee501fd2f2ec1a05a37600e826a17

Initial commit from Create Next App

nnipunn1313 committed 2 years ago

README

The README file for this repository.

Convex

This example demonstrates the Convex global state management framework.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example convex convex-app
# or
yarn create next-app --example convex convex-app
# or
pnpm create next-app --example convex convex-app

Run

npm run dev

to run next dev and a Convex file watcher at the same time. This command will log you into Convex, so you'll need to create a Convex account if this is your first project.

Once everything is working, commit your code and deploy it to the cloud with Vercel (Documentation).

Use npx convex deploy && npm run build as the build command and set the CONVEX_DEPLOY_KEY environmental variable in Vercel (Documentation).