{"id":16147067,"url":"https://github.com/vandivier/ladderly-3","last_synced_at":"2025-03-15T10:31:06.685Z","repository":{"id":176431641,"uuid":"655768125","full_name":"Vandivier/ladderly-3","owner":"Vandivier","description":"the home site for the ladderly ecosystem","archived":false,"fork":false,"pushed_at":"2025-02-28T05:08:26.000Z","size":3574,"stargazers_count":15,"open_issues_count":136,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-28T12:41:08.748Z","etag":null,"topics":["blitzjs","career-development","hacktoberfest","learn-to-code","react","typescript"],"latest_commit_sha":null,"homepage":"https://ladderly.io","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/Vandivier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-06-19T14:56:26.000Z","updated_at":"2025-02-24T16:25:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d6960b9-695a-4efa-812d-59891a53f3cc","html_url":"https://github.com/Vandivier/ladderly-3","commit_stats":null,"previous_names":["vandivier/ladderly-3"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vandivier%2Fladderly-3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vandivier%2Fladderly-3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vandivier%2Fladderly-3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vandivier%2Fladderly-3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vandivier","download_url":"https://codeload.github.com/Vandivier/ladderly-3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243718836,"owners_count":20336590,"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":["blitzjs","career-development","hacktoberfest","learn-to-code","react","typescript"],"created_at":"2024-10-10T00:23:41.170Z","updated_at":"2025-03-15T10:31:04.809Z","avatar_url":"https://github.com/Vandivier.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\n\nThe [Ladderly](https://ladderly.io/) Ecosystem is a community, a set of tools, and an educational program designed to help individuals learn to code and accelerate tech career progression. Check out these other repos for more information:\n\n1. [ladderly-slides](https://github.com/Vandivier/ladderly-slides)\n2. [rect](https://github.com/Vandivier/rect)\n3. [redyellowgreen](https://github.com/Vandivier/redyellowgreen)\n\n## Getting Started\n\nFirst, review [docs/SETUP.md](https://github.com/Vandivier/ladderly-3/blob/main/docs/SETUP.md).\n\nThen, install, seed, and run your app in the development mode.\n\n```bash\nnpm i\nnpm run seed\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Updating Checklists\n\nJust change the seed data and reseed with `npm run seed`\n\n## Recommended Tools\n\nThe extensions listed in `./.vscode/extensions.json` are recommended.\n\n## Environment Variables\n\nEnsure the `.env.local` file has required environment variables:\n\n```\nDATABASE_URL=postgresql://\u003cYOUR_DB_USERNAME\u003e@localhost:5432/ladderly-3\n```\n\nEnsure the `.env.test.local` file has required environment variables:\n\n```\nDATABASE_URL=postgresql://\u003cYOUR_DB_USERNAME\u003e@localhost:5432/ladderly-3_test\n```\n\n## Tests\n\nRuns your tests using Jest.\n\n```\nyarn test\n```\n\nBlitz comes with a test setup using [Vitest](https://vitest.dev/) and [react-testing-library](https://testing-library.com/).\n\n### Built With\n\n1. [**Blitz.js**](https://blitzjs.com)\n2. **ESLint**: It lints your code: searches for bad practices and tell you about it. You can customize it via the `.eslintrc.js`, and you can install (or even write) plugins to have it the way you like it. It already comes with the [`blitz`](https://github.com/blitz-js/blitz/tree/canary/packages/eslint-config) config, but you can remove it safely. [Learn More](https://blitzjs.com/docs/eslint-config).\n3. **Husky**: It adds [githooks](https://git-scm.com/docs/githooks), little pieces of code that get executed when certain Git events are triggerd. For example, `pre-commit` is triggered just before a commit is created. You can see the current hooks inside `.husky/`. If are having problems commiting and pushing, check out ther [troubleshooting](https://typicode.github.io/husky/#/?id=troubleshoot) guide. [Learn More](https://blitzjs.com/docs/husky-config).\n4. **Prettier**: It formats your code to look the same everywhere. You can configure it via the `.prettierrc` file. The `.prettierignore` contains the files that should be ignored by Prettier; useful when you have large files or when you want to keep a custom formatting. [Learn More](https://blitzjs.com/docs/prettier-config).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvandivier%2Fladderly-3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvandivier%2Fladderly-3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvandivier%2Fladderly-3/lists"}