Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 775 Bytes

README.md

File metadata and controls

50 lines (30 loc) · 775 Bytes

zkWorlde demo

Prerequisites

Before running the application, you need to have the following prerequisite installed:

Development

To set up the application for development, follow these steps:

  1. Install the dependencies:
pnpm install
  1. Set the environment variables: Create a .env file in the root directory and add the variables from the local .env.example file

  2. Generate the Prisma client:

pnpm prisma generate
  1. Run the database migrations:
pnpm prisma db push

Start the servers:

pnpm dev

Build

pnpm install
pnpm build