Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLOCKRING

A mobile-friendly Minecraft circle and ring calculator. It draws the selected wall thickness on a block grid, counts the ring and inner opening, and exports a PNG blueprint.

BLOCKRING is a fully static React SPA. It has no server, database, API routes, authentication, or runtime environment variables.

Local development

npm install
npm run dev

Production build

npm run build

The deployable static site is written to dist/.

GitHub Pages

  1. Push the repository to GitHub with main as the default branch.
  2. Open Settings → Pages in the GitHub repository.
  3. Under Build and deployment, choose GitHub Actions as the source.
  4. Push to main, or run Deploy BLOCKRING to GitHub Pages manually from the Actions tab.

The included workflow builds and publishes dist/. Relative asset paths allow the same build to work at both username.github.io/repository/ and a custom domain.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages