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

Latest commit

 

History

History
25 lines (14 loc) · 728 Bytes

readme.md

File metadata and controls

25 lines (14 loc) · 728 Bytes

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