Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 444 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 444 Bytes

Reflective

Development

# Install the latest version of `node` (probably through `nvm`)
nvm install latest
nvm use <latestVersion>

# Install the latest version of `pnpm`
npm install pnpm@latest --global

# Install dependencies
pnpm install

# Run
pnpm run start

# Build
pnpm run build

Roadmap

  • JSDoc auto-generated documentation with custom template.
  • JSX support for defining the GameObject hierarchy.
  • Flexible API.