mu-txt
v18.24.0
Published
Mutxt web app for creating and managing multiple rich-text files
Maintainers
Readme
mu-txt
This package contains the mutxt.com web app.
Development
From the monorepo root:
yarn workspace mu-txt devOther useful commands:
yarn workspace mu-txt build
yarn workspace mu-txt typecheck
yarn workspace mu-txt cleanDeployment
Wrangler / Cloudflare Pages
yarn workspace mu-txt deploy
yarn workspace mu-txt deploy:previewWrangler publishes the generated dist/ folder.
Common commands:
| Command | Purpose |
|---|---|
| npx wrangler login | Authenticate once |
| npx wrangler pages project create mutxt --production-branch=master | Create the Pages project once |
| npx wrangler pages deploy dist | Deploy to production |
| npx wrangler pages deploy dist --branch=preview | Deploy a preview build |
| npx wrangler pages deployment list | Inspect recent deployments |
