{"id":20794842,"url":"https://github.com/code-star/meetup-template","last_synced_at":"2026-04-21T17:08:02.650Z","repository":{"id":44390542,"uuid":"512389951","full_name":"code-star/meetup-template","owner":"code-star","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-11T08:01:54.000Z","size":369,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-18T11:19:06.641Z","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/code-star.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}},"created_at":"2022-07-10T09:05:28.000Z","updated_at":"2022-07-10T09:17:26.000Z","dependencies_parsed_at":"2022-07-15T01:30:36.493Z","dependency_job_id":null,"html_url":"https://github.com/code-star/meetup-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-star%2Fmeetup-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-star%2Fmeetup-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-star%2Fmeetup-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-star%2Fmeetup-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-star","download_url":"https://codeload.github.com/code-star/meetup-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243138917,"owners_count":20242472,"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-17T16:18:19.122Z","updated_at":"2026-04-21T17:07:57.615Z","avatar_url":"https://github.com/code-star.png","language":"TypeScript","readme":"# Meetup Template\n\n## Technical Manual\n\n1. Fork this repo in repo with the name you want as url prefix. E.g. meetup-template will be become https://code-star.github.io/meetup-template.\n2. Enable Pages hosting under Settings \u003e Pages. Set source to gh-pages.\n3. Modify text and links in public/locales/nl/common.json\n4. Update basePath in next.config.js\n5. Test locally (see commands below)\n6. On push to Github, build will be done automatically with Github Actions\n\nNot needed?\n\n1. (Not needed?) Add an Access token under Settings \u003e Secrets \u003e Actions\n\nCommands:\n\n- develop: `npm run dev` (open http://localhost:3000/meetup-template)\n- build: `npm run build` \u0026 `serve out/` (will host on http://localhost:3000, but basePath won't be resolved so assets are not loaded)\n\n# TODO\n\n- Static building with i18n\n- Ordina favicon\n- Styling\n- Is URL shape acceptable?\n\n# REMOVE BELOW\n\nThis is a really simple project that shows the usage of Next.js with TypeScript.\n\n## Deploy your own\n\nDeploy the example using [Vercel](https://vercel.com?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=next-example) or preview live with [StackBlitz](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-typescript)\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-typescript\u0026project-name=with-typescript\u0026repository-name=with-typescript)\n\n## How to use it?\n\nExecute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example:\n\n```bash\nnpx create-next-app --example with-typescript with-typescript-app\n# or\nyarn create next-app --example with-typescript with-typescript-app\n# or\npnpm create next-app --example with-typescript with-typescript-app\n```\n\nDeploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).\n\n## Notes\n\nThis example shows how to integrate the TypeScript type system into Next.js. Since TypeScript is supported out of the box with Next.js, all we have to do is to install TypeScript.\n\n```\nnpm install --save-dev typescript\n```\n\nTo enable TypeScript's features, we install the type declarations for React and Node.\n\n```\nnpm install --save-dev @types/react @types/react-dom @types/node\n```\n\nWhen we run `next dev` the next time, Next.js will start looking for any `.ts` or `.tsx` files in our project and builds it. It even automatically creates a `tsconfig.json` file for our project with the recommended settings.\n\nNext.js has built-in TypeScript declarations, so we'll get autocompletion for Next.js' modules straight away.\n\nA `type-check` script is also added to `package.json`, which runs TypeScript's `tsc` CLI in `noEmit` mode to run type-checking separately. You can then include this, for example, in your `test` scripts.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-star%2Fmeetup-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-star%2Fmeetup-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-star%2Fmeetup-template/lists"}