{"id":21291930,"url":"https://github.com/idea2app/babel-decorator-bug","last_synced_at":"2025-06-29T07:34:58.254Z","repository":{"id":221546054,"uuid":"754677480","full_name":"idea2app/Babel-decorator-bug","owner":"idea2app","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-08T15:41:18.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-22T06:29:05.297Z","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,"dei":null}},"created_at":"2024-02-08T15:00:20.000Z","updated_at":"2024-02-08T15:00:27.000Z","dependencies_parsed_at":"2024-02-08T17:13:48.601Z","dependency_job_id":null,"html_url":"https://github.com/idea2app/Babel-decorator-bug","commit_stats":null,"previous_names":["idea2app/babel-decorator-bug"],"tags_count":0,"template":false,"template_full_name":"idea2app/Next-Bootstrap-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FBabel-decorator-bug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FBabel-decorator-bug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FBabel-decorator-bug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FBabel-decorator-bug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idea2app","download_url":"https://codeload.github.com/idea2app/Babel-decorator-bug/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243762227,"owners_count":20343972,"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:48.550Z","updated_at":"2025-03-15T16:40:27.393Z","avatar_url":"https://github.com/idea2app.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next-Bootstrap.ts\n\n[React][1] project scaffold based on [TypeScript][2], [Next.js][3], [Bootstrap][4] \u0026 [Workbox][5]. And this project bootstrapped with [`create-next-app`][6].\n\n[![CI \u0026 CD](https://github.com/idea2app/Next-Bootstrap-ts/actions/workflows/main.yml/badge.svg)][7]\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)][8]\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][9]\n\n## Technology stack\n\n- Language: [TypeScript v5][10] + [MDX v3][11]\n- Component engine: [Next.js v14][12]\n- Component suite: [Bootstrap v5][13]\n- PWA framework: [Workbox v6][14]\n- State management: [MobX v6][15]\n- CI / CD: GitHub [Actions][16] + [Vercel][17]\n- Monitor service: [Sentry][18]\n\n## Major examples\n\n1. [Markdown articles](pages/article/)\n2. [Editor components](pages/component.tsx)\n3. [Pagination table](pages/pagination.tsx)\n4. [Scroll list](pages/scroll-list.tsx)\n\n## Best practice\n\n1.  Install **[Settings][19] GitHub app** in your account or organization\n\n2.  Click the **[\u003ckbd\u003eUse this template\u003c/kbd\u003e][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 **[\u003ckbd\u003eOpen in GitHub codespaces\u003c/kbd\u003e][21] button** on the top of ReadMe file, then an **online VS Code development environment** will be started immediately\n\n4.  Set [Vercel variables][22] as [Repository secrets][23], then every commit will get an independent **Preview URL**\n\n5.  Recommend to add a [Notification step in GitHub actions][24] for your Team IM app\n\n6.  Remind the PMs \u0026 users of your product to submit **Feature/Enhancement** requests or **Bug** reports with [Issue forms][25] instead of IM messages or Mobile Phone calls\n\n7.  Collect all these issues into [Project kanbans][26], then create **Pull requests** \u0026 add `closes #issue_number` into its description for automation\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm i pnpm -g\npnpm dev\n```\n\nOpen http://localhost:3000 with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.\n\n[API routes][27] can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in `pages/api/hello.ts`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes][28] instead of React pages.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation][29] - learn about Next.js features and API.\n- [Learn Next.js][30] - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository][31] - your feedback and contributions are welcome!\n\n## Deployment\n\n### Environment variables\n\n|           name           |     file     |       description       |\n| :----------------------: | :----------: | :---------------------: |\n|   `SENTRY_AUTH_TOKEN`    | `.env.local` | [Official document][32] |\n|       `SENTRY_ORG`       |    `.env`    | [Official document][33] |\n|     `SENTRY_PROJECT`     |    `.env`    | [Official document][33] |\n| `NEXT_PUBLIC_SENTRY_DSN` |    `.env`    | [Official document][34] |\n\n### Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform][17] from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation][35] for more details.\n\n### Docker\n\n```shell\npnpm pack-image\npnpm container\n```\n\n[1]: https://react.dev/\n[2]: https://www.typescriptlang.org/\n[3]: https://nextjs.org/\n[4]: https://getbootstrap.com/\n[5]: https://developers.google.com/web/tools/workbox\n[6]: https://github.com/vercel/next.js/tree/canary/packages/create-next-app\n[7]: https://github.com/idea2app/Next-Bootstrap-ts/actions/workflows/main.yml\n[8]: https://codespaces.new/idea2app/Next-Bootstrap-ts\n[9]: https://gitpod.io/?autostart=true#https://github.com/idea2app/Next-Bootstrap-ts\n[10]: https://www.typescriptlang.org/\n[11]: https://mdxjs.com/\n[12]: https://nextjs.org/\n[13]: https://getbootstrap.com/\n[14]: https://developers.google.com/web/tools/workbox\n[15]: https://mobx.js.org/\n[16]: https://github.com/features/actions\n[17]: https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme\n[18]: https://sentry.io/\n[19]: https://github.com/apps/settings\n[20]: https://github.com/new?template_name=Next-Bootstrap-ts\u0026template_owner=idea2app\n[21]: https://codespaces.new/idea2app/Next-Bootstrap-ts\n[22]: https://github.com/idea2app/Next-Bootstrap-ts/blob/80967ed49045af9dbcf4d3695a2c39d53a6f71f1/.github/workflows/pull-request.yml#L9-L11\n[23]: https://github.com/idea2app/Next-Bootstrap-ts/settings/secrets/actions\n[24]: https://github.com/kaiyuanshe/kaiyuanshe.github.io/blob/bb4675a56bf1d6b207231313da5ed0af7cf0ebd6/.github/workflows/pull-request.yml#L32-L56\n[25]: https://github.com/idea2app/Next-Bootstrap-ts/issues/new/choose\n[26]: https://github.com/idea2app/Next-Bootstrap-ts/projects\n[27]: https://nextjs.org/docs/api-routes/introduction\n[28]: https://nextjs.org/docs/api-routes/introduction\n[29]: https://nextjs.org/docs\n[30]: https://nextjs.org/learn\n[31]: https://github.com/vercel/next.js/\n[32]: https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#use-configuration-files-for-source-map-upload\n[33]: https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#use-environment-variables\n[34]: https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#create-initialization-config-files\n[35]: https://nextjs.org/docs/deployment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidea2app%2Fbabel-decorator-bug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidea2app%2Fbabel-decorator-bug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidea2app%2Fbabel-decorator-bug/lists"}