{"id":29222745,"url":"https://github.com/jak-weston/skilltree-website","last_synced_at":"2026-05-08T15:36:24.469Z","repository":{"id":269698489,"uuid":"908179049","full_name":"jak-weston/skilltree-website","owner":"jak-weston","description":"Landing page for SkillTree: platform that gamifies workout tracking through an interactive skill tree system. Built with TypeScript and modern React practices. ","archived":false,"fork":false,"pushed_at":"2025-09-27T17:33:32.000Z","size":129364,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-04T23:44:24.247Z","etag":null,"topics":["css-modules","fitness-app","github-pages","jest-testing","progress-tracking","react","responsive-design","skill-tree","typescript","user-authentication","web-application","web-vitals"],"latest_commit_sha":null,"homepage":"https://www.skilltreefitness.com/","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/jak-weston.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-25T11:07:50.000Z","updated_at":"2025-07-22T02:26:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"426cc5b2-3d77-4cdc-91e8-13b901ff9cfa","html_url":"https://github.com/jak-weston/skilltree-website","commit_stats":null,"previous_names":["jak-weston/skilltree-webapp","skilltree-startup/skilltree-website","jak-weston/skilltree-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jak-weston/skilltree-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jak-weston%2Fskilltree-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jak-weston%2Fskilltree-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jak-weston%2Fskilltree-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jak-weston%2Fskilltree-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jak-weston","download_url":"https://codeload.github.com/jak-weston/skilltree-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jak-weston%2Fskilltree-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32786170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["css-modules","fitness-app","github-pages","jest-testing","progress-tracking","react","responsive-design","skill-tree","typescript","user-authentication","web-application","web-vitals"],"created_at":"2025-07-03T04:02:02.330Z","updated_at":"2026-05-08T15:36:24.449Z","avatar_url":"https://github.com/jak-weston.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skilltree Landing Page\n\nWelcome to the Skilltree landing page site! This project is built with NextJS 15, React 19, TailwindCSS v4, and ShadCN UI for themeing and components.\n\n## Getting Started\n\nFirst, run the development server. Note! This a `pnpm` project. It makes everything a bit faster when downloading packages, and it's a bit smoother all around. To run:\n\n```bash\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Layout\n\n### Content\n\nAll content for pre-built pages are set in `content` folder. Doing so allows us to really quickly develop the site around a schema, building all components at once. This also has the _massive_ benefit of being able to easily change the JSON schema to automatically rebuild the website.\n\nAs a result, if we want to add new features to the site for example, all we have to do is add new features to the JSON `content/home/copy.ts` file, and the features section will re-build accordingly.\n\n### Components\n\nComponents are small pieces that are often reused. We're using ShadCN UI which builds on Radix primitives. Essentially that just means they're high-quality and accessible. They're stored in `components/ui`, and what you see is what you get. Edit the components there and the UI will update.\n\nThemes are set in the `src/app/globals.css` file. It's pretty beautiful because we can add themes at any time and the UI will look great, assuming you use tailwind colors accordingly throughout the UI. For example, you should do `bg-background` instead of something like `bg-white`. That way, the background will automatically update throughout when we change the theme. For more examples, explore the ShadCN UI components located in `components/ui`\n\n### Sections\n\nSections are a collection of components. Usually they also include content. They're located in `src/sections`.\n\n### Pages\n\nPages are built of sections! Ezpz.\n\n## Building \u0026 Deploying\n\nRight now, there's no Husky pre-commits or anything. Run `pnpm build` before pushing to see if there are any lint errors or whatever. The `main` branch is the live environment, so beware!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjak-weston%2Fskilltree-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjak-weston%2Fskilltree-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjak-weston%2Fskilltree-website/lists"}