{"id":25944532,"url":"https://github.com/jalonghurst/total-folk","last_synced_at":"2026-04-10T01:56:45.777Z","repository":{"id":278644895,"uuid":"933796654","full_name":"jalonghurst/total-folk","owner":"jalonghurst","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-20T21:43:25.000Z","size":146,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T22:30:32.925Z","etag":null,"topics":["html-css","javascript","monorepository","nextjs","reactjs","serverside-rendering","tailwind-css","turborepo","typescript"],"latest_commit_sha":null,"homepage":"","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/jalonghurst.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,"publiccode":null,"codemeta":null}},"created_at":"2025-02-16T17:56:13.000Z","updated_at":"2025-02-20T21:43:28.000Z","dependencies_parsed_at":"2025-02-20T22:30:58.126Z","dependency_job_id":"993957cd-619f-4796-a48f-ea588ead28ae","html_url":"https://github.com/jalonghurst/total-folk","commit_stats":null,"previous_names":["jalonghurst/total-folk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalonghurst%2Ftotal-folk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalonghurst%2Ftotal-folk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalonghurst%2Ftotal-folk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalonghurst%2Ftotal-folk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jalonghurst","download_url":"https://codeload.github.com/jalonghurst/total-folk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241809608,"owners_count":20023787,"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":["html-css","javascript","monorepository","nextjs","reactjs","serverside-rendering","tailwind-css","turborepo","typescript"],"created_at":"2025-03-04T08:18:06.608Z","updated_at":"2026-04-10T01:56:45.748Z","avatar_url":"https://github.com/jalonghurst.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Basic monorepo structure:\n\n```\ntotal-folk/\n├── apps/\n│   ├── main-directory-web-app/\n│   │   ├── frontend/\n│   │   │   ├── index.tsx\n│   │   │   ├── app/ (Next.js named directory)\n│   │   │   │   ├── layout.tsx (Next.js named file which will automatically wrap around all page route files, here we can include navigation)\n│   │   │   │   ├── page.tsx (Next.js named file for what is displayed on home page route \"/\")\n│   │   │   │   ├── about/ (Directory names in app directory automatically sets route names: /about)\n│   │   │   │   │   ├── page.tsx (determines what will be displayed on /about route)\n│   │   │   │   ├── signin/\n│   │   │   │   │   ├── page.tsx\n│   │   │   ├── next.config.js\n│   │   │   ├── package.json\n├── packages/\n│   ├── typescript-config/\n│   ├── eslint-config/\n│   ├── tailwind-config/\n│   ├── ui/\n│   │   ├── src/\n│   │   │   ├── components/\n│   │   │   │   ├── Menu/\n│   │   │   │   ├── Nav/\n│   │   │   ├── styles.css\n│   │   ├── tailwind.config.ts\n│   │   ├── tsconfig.json\n├── package.json\n```\n\n## Getting Started\n\n### Prerequisites\n\nNode.js\npnpm (a fast, disk space-efficient package manager)\n\n## Installation\n\nClone the repository:\n\n```\ngit clone https://github.com/jalonghurst/total-folk.git\ncd total-folk\n```\n\nInstall pnpm globally if you haven't already:\n\n```\nnpm install -g pnpm\n```\n\nInstall dependencies using pnpm:\n\n```\npnpm install\n```\n\n## Running the Web Application\n\nNavigate to the main-directory:\n\n```\ncd apps/main-directory/frontend\n```\n\nStart the frontend development server:\n\n```\npnpm dev\n```\n\nOpen your browser and go to http://localhost:3000.\n\n## Run watch to automatically rebuild ui package when changes are made\n\n(Any changes made to the ui package components automatically triggers a rebuild, and changes are reflected in the frontend server)\nOpen another terminal at root of monorepo and run:\n\n```\npnpm run watch\n```\n\n## Running Checks\n\nTo run checks such as linting and formatting, use the following commands from root of monorepo:\n\nLinting:\n\n```\npnpm lint\n```\n\nFormatting with Prettier:\n\n```\npnpm format\n```\n\nRunning all build commands:\n\n```\npnpm build\n```\n\nCommand for running all three before making a commit:\n\"check\": \"turbo run lint \u0026\u0026 pnpm run format \u0026\u0026 turbo run build\",\n\n```\npnpm check\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalonghurst%2Ftotal-folk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjalonghurst%2Ftotal-folk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalonghurst%2Ftotal-folk/lists"}