Skip to content

Install Kenresoft CMS

Terminal window
npm create @kenresoft-cms@latest my-cms
cd my-cms
pnpm install

npm create @kenresoft-cms@latest downloads the current Kenresoft CMS repository as a real Git clone. The CMS repository is configured as the upstream remote and history is preserved, which is what lets pnpm run update merge future releases cleanly.

Next: Setup.