GitXplorerGitXplorer
n

protobuf-playground

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
d461722461efb2ac547fb68aad2186c1ad6542b1

Bump to 1.5.1

nnipunn1313 committed a year ago
Unverified
9ce03c16f421328437c2e9ddbb467529a63b9fd4

Fix and simplify

nnipunn1313 committed 2 years ago
Unverified
d1b9d809527bbf59af79dc48a8a94b34b57a86d3

Some more fiddling

nnipunn1313 committed 2 years ago
Unverified
c566317f4ecc7b7806f165e0fa9508db7e56efc1

ESNext

nnipunn1313 committed 2 years ago
Unverified
26fdf3b856c67b444286e072371ded871da70a1b

Updates

nnipunn1313 committed 2 years ago
Unverified
591500d63c9de7d379ab9a0aedd24db7b118b4e4

Cannot read properties of undefined

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).