Skip to content

PabloB07/world-id-minecraft-web

 
 

Repository files navigation

World ID Minecraft Web

This is the web frontend for the World ID Minecraft plugin. It is built with Next.js, Tailwind CSS, and Redis.

Getting Started

This guide assumes you're also running a Minecraft server and have the World ID plugin installed. If you don't, see the World ID Minecraft plugin README.

First, set the correct Node.js version using nvm and run the development server:

nvm use 18
pnpm i && pnpm dev

Copy .env.example to .env.local and add your Redis URL.

At this point, you're ready to begin testing! Ensure you set the URL of the locally-running web server in the World ID plugin config.

About

Website for @worldcoin/world-id-minecraft.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.1%
  • JavaScript 10.8%
  • CSS 1.1%