GROWI - Team collaboration software using markdown https://growi.org
  • TypeScript 81.9%
  • JavaScript 15.2%
  • SCSS 2.2%
  • EJS 0.4%
  • Shell 0.1%
Find a file
mergify[bot] bbae01941e
Merge pull request #10992 from growilabs/fix/admin-v5-page-migration-flash
fix(admin): Prevent flickering for V5 Page Migration section on app settings page
2026-04-14 13:23:10 +00:00
.changeset Version Packages 2026-04-07 07:51:12 +00:00
.claude improve invest-issue command 2026-04-10 14:25:26 +00:00
.devcontainer Revert "Merge pull request #10984 from mizozobu/prisma-re" 2026-04-10 12:05:31 +00:00
.github Revert "Merge pull request #10984 from mizozobu/prisma-re" 2026-04-10 12:05:31 +00:00
.kiro Merge branch 'master' into claude/fix-codemirror-customization-2Ancf 2026-04-10 12:07:24 +00:00
.serena update serena settings 2026-02-03 13:51:59 +00:00
.vscode Revert "Merge pull request #10984 from mizozobu/prisma-re" 2026-04-10 12:05:31 +00:00
apps Merge remote-tracking branch 'origin/master' into fix/admin-v5-page-migration-flash 2026-04-14 13:03:34 +00:00
bin remove all of rest eslint suppressions 2026-01-08 12:10:03 +00:00
packages impl 2026-04-08 14:51:39 +00:00
.editorconfig add .editorconfig 2017-03-14 10:28:55 +09:00
.gitignore WIP: reclassify deps 2026-03-16 13:36:35 +00:00
.markdownlint.yml organize packages 2021-08-07 10:11:55 +00:00
.mcp.json add plugins for cc and update .mcp.json 2026-02-06 12:07:02 +00:00
.prettierrc apply stylelint 2019-03-04 23:39:04 +09:00
.stylelintrc.json use stylelint-config-recommended-scss 2024-05-23 00:03:00 +00:00
.swcrc use swc for test 2023-02-14 08:28:53 +00:00
AGENTS.md update command reference 2026-03-03 14:39:58 +00:00
biome.json fix: update TypeScript declaration files for module.scss support 2026-04-06 09:45:31 +00:00
CHANGELOG.md Release v7.5.0 2026-04-07 09:32:15 +00:00
CLAUDE.md update language detection for conversation 2026-02-13 11:03:53 +00:00
lefthook.yml Fix lint error in vitest.workspace.mts and update lefthook to include .mts/.cts files 2026-01-23 15:06:18 +00:00
LICENSE fix: update repository references from weseek to growilabs in various files 2025-09-09 06:50:47 +00:00
package.json fix: update package extensions for @orval/core and adjust packageExtensionsChecksum 2026-04-08 12:03:33 +00:00
pnpm-lock.yaml Revert "Merge pull request #10984 from mizozobu/prisma-re" 2026-04-10 12:05:31 +00:00
pnpm-workspace.yaml ci: update pnpm deploy commands to use --legacy flag 2026-02-26 13:33:49 +00:00
README.md update README.md 2026-04-07 10:02:41 +00:00
README_JP.md update README.md 2026-04-07 10:02:41 +00:00
SECURITY.md fix slackin url 2023-09-12 02:47:39 +00:00
THIRD-PARTY-NOTICES.md https://github.com/weseek/growi -> https://github.com/growilabs/growi 2025-09-09 13:18:40 +09:00
tsconfig.base.json update module settings 2024-06-13 13:07:12 +00:00
turbo.json manage bin directory with biome 2026-01-08 12:03:25 +00:00
vitest.workspace.mts WIP: add remark-growi-directive 2025-02-27 07:48:00 +00:00

Latest version Slack - Join US

Documentation / Demo

GROWI

docker pulls CodeQL Node CI for app development Node CI for app production

Demonstration

Table Of Contents

Features

Quick Start for Production

docker-compose

Helm (Experimental)

On-premise

Migration Guide from Crowi (en/ja) is here.

Configuration

See GROWI Docs: Admin Guide (en/ja).

Environment Variables

See GROWI Docs: Environment Variables (en/ja).

Development

Dependencies

  • Node.js v24.x
  • pnpm 10.x
  • Turborepo
  • MongoDB v6.x or v8.x

Optional Dependencies

Command details

command desc
npm run app:build Build GROWI app client
npm run app:server Launch GROWI app server
npm run start Invoke npm run app:build and npm run app:server

For more info, see GROWI Docs: List of npm Scripts.

Documentation

Contribution

Found a Bug?

If you found a bug in the source code, you can help us by submitting an issue to our GitHub Repository. Even better, you can submit a Pull Request with a fix.

Missing a Feature?

You can request a new feature by submitting an issue to our GitHub Repository. If you would like to implement a new feature, firstly please submit the issue with your proposal to make sure we can confirm it. Please clarify what kind of change you would like to propose.

  • For a Major Feature, firstly open an issue and outline your proposal so it can be discussed.
    It also allows us to coordinate better, prevent duplication of work and help you to create the change so it can be successfully accepted into the project.
  • Small Features can be created and directly submitted as a Pull Request.

Language on GitHub

You can write issues and PRs in English or Japanese.

Discussion

If you have questions or suggestions, you can join our Slack team and talk about anything, anytime.

License