- Updated HomeView and RegistrationView to reflect the new $50,000 registration fee for organizations. - Enhanced actor onboarding process to include sending welcome emails and messages, along with initializing bank accounts with $2,000 starting credit. - Added functionality to change bank PINs, including validation and persistence of new PINs. - Updated bank and organization modules to handle registration fee charges and refunds appropriately. - Enhanced documentation to reflect changes in organization registration and bank operations.
Forge Docs
This directory contains the online documentation site for the Forge framework. The site is built with Nuxt and Docus, and its content is generated from the repository's source markdown files.
Local Development
Install dependencies:
npm install
Start the docs site:
npm run dev
The content tree is refreshed automatically from:
docs/arma/server/docs/
Production Build
npm run build
Use these environment variables when deploying to a custom host:
DOCS_BASE_URLDOCS_SITE_URLDOCS_REPO_URLDOCS_REPO_BRANCH