tiny-world-builder

(β˜… 1,522)

tiny-world-builder

Showing a partial file list β€” download the zip above to see everything.

  • .env.example
  • .gitignore
  • _avatar-body-test.html
  • _avatar-hooded-proof.html
  • _avatar-test.html
  • admin-users.html
  • AGENTS.md
  • avatar-picker-working.png
  • badges.html
  • builder.html
  • bun.lock
  • card_reveal.html
  • cards.jpeg
  • cluso-check.png
  • code-of-conduct.html
  • collabs.html
  • community.html
  • default_island.json
  • deno.lock
  • doc-render.png
  • doc.html
  • docs.html
  • edge-strata-shader-v2.png
  • featured.html
  • features.html
  • fork-improvements-report.md
  • gh-stars-desktop.png
  • harvest.html
  • index.html
  • island-viewer.html
  • LandscapeEngine.js
  • leaderboard.html
  • LICENSE
  • mc-after.png
  • mc-afterpoll.png
  • mc-before.png
  • mc-heropet.png
  • mission-control.html
  • MODELS-AND-STAMPS.md
  • netlify.toml
  • news.html
  • package-lock.json
  • package.json
  • panel-OFF-no-slashes.png
  • partykit.json
  • PORT-NOTES.md
  • README.md
  • REVIEW.md
  • TEMP-HIDDEN.md

# Installation Guide

1. Get the code
git clone https://github.com/jasonkneen/tiny-world-builder

Downloads the entire project code from GitHub to your computer.

cd tiny-world-builder

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm run dev

Starts the development/run server.

npm test

Type this command into your terminal and run it.

npm run build

Builds optimized production files.

npm test # syntax, schema parity, local assets, static smoke checks

Type this command into your terminal and run it.

npm run build # publish checks + dist generation

Builds optimized production files.

βœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation