{"id":21291917,"url":"https://github.com/idea2app/strapi-pnpm-docker-ts","last_synced_at":"2025-07-11T16:31:06.281Z","repository":{"id":205336812,"uuid":"713951343","full_name":"idea2app/Strapi-PNPM-Docker-ts","owner":"idea2app","description":"Strapi scaffold with TypeScript, PNPM \u0026 Docker","archived":false,"fork":false,"pushed_at":"2024-01-14T01:48:52.000Z","size":656,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-23T20:17:09.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idea2app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-11-03T15:28:59.000Z","updated_at":"2024-04-09T09:47:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"8df149e7-b723-4f1f-bc11-34a73db28d49","html_url":"https://github.com/idea2app/Strapi-PNPM-Docker-ts","commit_stats":null,"previous_names":["idea2app/strapi-pnpm-docker-ts"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FStrapi-PNPM-Docker-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FStrapi-PNPM-Docker-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FStrapi-PNPM-Docker-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FStrapi-PNPM-Docker-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idea2app","download_url":"https://codeload.github.com/idea2app/Strapi-PNPM-Docker-ts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225741250,"owners_count":17516895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T13:46:45.647Z","updated_at":"2025-07-11T16:31:06.273Z","avatar_url":"https://github.com/idea2app.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Strapi-PNPM-Docker-ts\n\n[Strapi][7] scaffold with [TypeScript][5], [PNPM][6] \u0026 [Docker][9], which is made with ❤️ by [idea2app][1].\n\n[![Deploy to Production environment](https://github.com/idea2app/Strapi-PNPM-Docker-ts/actions/workflows/deploy-production.yml/badge.svg)][2]\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)][3]\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][4]\n\n## 🎮 Stack\n\n- Programming Language: [TypeScript][5] v5+\n- Package Manager: [PNPM][6] v10+\n- Headless CMS: [Strapi][7] v5+\n- API specification: [Swagger][8]\n- Deployment Engine: [Docker][9]\n- CI/CD platform: [GitHub actions][10]\n\n## 🔌 Pre-installed plugins\n\n### for Developer\n\n1.  [Swagger document][11]\n2.  [CloudFlare R2 uploader][12]\n3.  [Config Sync][13]\n\n### for User\n\n1.  [Color picker][14]\n2.  [Multiple selector][15]\n3.  [IconHub][16]\n4.  [CKEditor 5][17]\n5.  [Location picker][18]\n\n## 💾 Preset schema\n\n### Data components\n\n1. [Location Address](src/components/location/address.json)\n\n## 💡 Best practice\n\n1.  Install **[Settings][19] GitHub app** in your account or organization\n\n2.  Click the **[Use this template][20] button** on the top of this GitHub repository's home page, then create your own repository in the app-installed namespace above\n\n3.  Click the **[Open in GitHub codespaces][21] button** on the top of ReadMe file, then an **online VS Code development environment** will be started immediately\n\n4.  Recommend to add a [Notification step in GitHub actions][22] for your Team IM app\n\n5.  Remind the PMs \u0026 users of your product to submit **Feature/Enhancement** requests or **Bug** reports with [Issue forms][23] instead of IM messages or Mobile Phone calls\n\n6.  Collect all these issues into [Project kanbans][24], then create **Pull requests** \u0026 add `closes #issue_number` into its description for automation\n\n## 🚀 Scripts\n\n### `develop`\n\nStart your Strapi application with autoReload enabled. [Learn more][25]\n\n```shell\nnpm i pnpm -g\npnpm i\npnpm develop\n```\n\n### `start`\n\nStart your Strapi application with autoReload disabled. [Learn more][26]\n\n```shell\nnpm start\n```\n\n### `build`\n\nBuild your admin panel. [Learn more][27]\n\n```shell\npnpm build\n```\n\n### `pack-image`\n\nBuild your Docker image locally.\n\n```shell\npnpm pack-image\n```\n\n### `container`\n\nRun your Docker image locally.\n\n```shell\npnpm container\n```\n\n## ⚙️ Deployment\n\nStrapi gives you many possible deployment options for your project including [Strapi Cloud][28]. Browse the [deployment section of the documentation][29] to find the best solution for your use case.\n\n```shell\npnpm strapi deploy\n```\n\n## 🚀 Releasing\n\n### Deploy Application\n\n```shell\ngit checkout master\ngit tag v1.0.0  # this version tag comes from ./package.json\ngit push origin master --tags\n```\n\n### Publish Type Package\n\n```shell\ngit checkout master\ngit tag type-v1.0.0  # this version tag comes from ./types/package.json\ngit push origin master --tags\n```\n\n## 📚 Learn more\n\n- [Resource center][30] - Strapi resource center.\n- [Strapi documentation][31] - Official Strapi documentation.\n- [Strapi tutorials][32] - List of tutorials made by the core team and the community.\n- [Strapi blog][33] - Official Strapi blog containing articles made by the Strapi team and the community.\n- [Changelog][34] - Find out about the Strapi product updates, new features and general improvements.\n\nFeel free to check out the [Strapi GitHub repository][35]. Your feedback and contributions are welcome!\n\n## ✨ Community\n\n- [Discord][36] - Come chat with the Strapi community including the core team.\n- [Forum][37] - Place to discuss, ask questions and find answers, show your Strapi project and get feedback or just talk with other Community members.\n- [Awesome Strapi][38] - A curated list of awesome things related to Strapi.\n\n---\n\n\u003csub\u003e🤫 Psst! [Strapi is hiring][39].\u003c/sub\u003e\n\n[1]: https://idea2.app/\n[2]: https://github.com/idea2app/Strapi-PNPM-Docker-ts/actions/workflows/deploy-production.yml\n[3]: https://codespaces.new/idea2app/Strapi-PNPM-Docker-ts\n[4]: https://gitpod.io/?autostart=true#https://github.com/idea2app/Strapi-PNPM-Docker-ts\n[5]: https://www.typescriptlang.org/\n[6]: https://pnpm.io/\n[7]: https://strapi.io/\n[8]: https://swagger.io/\n[9]: https://www.docker.com/\n[10]: https://github.com/features/actions\n[11]: https://github.com/strapi/strapi/tree/develop/packages/plugins/documentation\n[12]: https://github.com/trieb-work/strapi-provider-cloudflare-r2\n[13]: https://github.com/pluginpal/strapi-plugin-config-sync\n[14]: https://github.com/strapi/strapi/tree/develop/packages/plugins/color-picker\n[15]: https://github.com/Zaydme/strapi-plugin-multi-select\n[16]: https://github.com/Arshiash80/strapi-plugin-iconhub\n[17]: https://github.com/ckeditor/strapi-plugin-ckeditor\n[18]: https://github.com/wisnuwiry/strapi-geodata\n[19]: https://github.com/apps/settings\n[20]: https://github.com/new?template_name=Strapi-PNPM-Docker-ts\u0026template_owner=idea2app\n[21]: https://codespaces.new/idea2app/Strapi-PNPM-Docker-ts\n[22]: https://github.com/FreeCodeCamp-Chengdu/FreeCodeCamp-Chengdu.github.io/blob/8df9944449002758f7ec809deeb260ce08182259/.github/workflows/main.yml#L34-L63\n[23]: https://github.com/idea2app/Strapi-PNPM-Docker-ts/issues/new/choose\n[24]: https://github.com/idea2app/Strapi-PNPM-Docker-ts/projects\n[25]: https://docs.strapi.io/dev-docs/cli#strapi-develop\n[26]: https://docs.strapi.io/dev-docs/cli#strapi-start\n[27]: https://docs.strapi.io/dev-docs/cli#strapi-build\n[28]: https://cloud.strapi.io/\n[29]: https://docs.strapi.io/dev-docs/deployment\n[30]: https://strapi.io/resource-center\n[31]: https://docs.strapi.io/\n[32]: https://strapi.io/tutorials\n[33]: https://strapi.io/blog\n[34]: https://strapi.io/changelog\n[35]: https://github.com/strapi/strapi\n[36]: https://discord.strapi.io/\n[37]: https://forum.strapi.io/\n[38]: https://github.com/strapi/awesome-strapi\n[39]: https://strapi.io/careers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidea2app%2Fstrapi-pnpm-docker-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidea2app%2Fstrapi-pnpm-docker-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidea2app%2Fstrapi-pnpm-docker-ts/lists"}