Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Bedrock-OSS/bedrock-web-validator

Repository files navigation

Bedrock Web Validator

Archived

This repository is archived. It's not hosted anywhere either. Didn't quite get off the ground!

Explanation

Bedrock Web Validator is an online tool which leverages Minecraft-bedrock-json-schemas by Blockception to provide web-based validation of Minecraft Bedrock Files.

image

Running

Client

  • yarn install or something
  • yarn dev

Server

  • pip install -r requirements.txt
  • Maybe you need to export flask app variable
  • cd server && flask run