{"id":22712194,"url":"https://github.com/buildit/design-tech-website","last_synced_at":"2026-05-11T06:02:21.771Z","repository":{"id":44055860,"uuid":"217063077","full_name":"buildit/design-tech-website","owner":"buildit","description":"Website to promote the Designit + buildit training course for design \u0026 tech collaboration","archived":false,"fork":false,"pushed_at":"2023-01-09T22:29:29.000Z","size":684,"stargazers_count":0,"open_issues_count":16,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-02-04T23:31:49.993Z","etag":null,"topics":["css","eleventy","html","website"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/buildit.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":"2019-10-23T13:22:30.000Z","updated_at":"2020-06-04T18:13:11.000Z","dependencies_parsed_at":"2023-02-08T15:00:53.631Z","dependency_job_id":null,"html_url":"https://github.com/buildit/design-tech-website","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/buildit%2Fdesign-tech-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildit%2Fdesign-tech-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildit%2Fdesign-tech-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildit%2Fdesign-tech-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildit","download_url":"https://codeload.github.com/buildit/design-tech-website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246250087,"owners_count":20747293,"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":["css","eleventy","html","website"],"created_at":"2024-12-10T13:09:37.593Z","updated_at":"2026-05-11T06:02:21.707Z","avatar_url":"https://github.com/buildit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Design \u0026 Tech training course website\n[![Netlify Status](https://api.netlify.com/api/v1/badges/4104bed4-bfa3-466d-855c-1d64a7575e26/deploy-status)](https://app.netlify.com/sites/design-tech-training/deploys)\n\nWebsite to promote the [Designit](https://www.designit.com/) + [Buildit](https://buildit.wiprodigital.com/) training course for design \u0026amp; tech collaboration.\n\nLive URL is: https://design-tech-training.netlify.com/\n\n\u003c!-- TOC depthfrom:2 --\u003e\n\n- [Pre-requisites](#pre-requisites)\n- [Initial setup](#initial-setup)\n- [Local dev](#local-dev)\n  - [Where the source code lives](#where-the-source-code-lives)\n- [Builds](#builds)\n- [Clean](#clean)\n- [Deployment](#deployment)\n\n\u003c!-- /TOC --\u003e\n\n## Pre-requisites\n\n* Node.js \u0026 NPM\n\n\n## Initial setup\n\n1. Clone this repo.\n1. (Within the cloned repo) Run: `npm install`.\n\n## Local dev\n\n```sh\nnpm start\n```\n\nThis will build the website, launch a local dev server and open the homepage in your default browser. The source files will be watched and any changes will trigger the necessary rebuilds and auto-reload in your browser.\n\nNote: Build output will be placed into the `dist/` folder.\n\n### Where the source code lives\nThis site uses the [Eleventy](https://www.11ty.io/) static site generator, so refer to its [docs](https://www.11ty.io/docs/) for usage. Eleventy's source directory has been configured to be `src/site/`, so all templates and other files that Eleventy processes live in there.\n\nFor styling, we use [SASS](https://sass-lang.com/) and the main SASS source file is: `src/sass/style.scss`. All styling-related changed must be made in that file.\n\n(Note that this file initially gets compiled to `src/site/styles.css` and _then_ copied from the to the final build output folder by Eleventy. Therefore make sure you _never_ edit `src/site/styles.css`, because your changes will get lost next time the SASS is recompiled!)\n\n## Builds\nTo \"just\" to a build, e.g. for deployment, without launching a local dev server and watching for changes run:\n\n```sh\nnpm run build\n```\n\n\n## Clean\nTo nuke the build output from orbit run:\n\n```sh\nnpm run clean\n```\n\n## Deployment\nWe currently use a free [Netlify](https://www.netlify.com/) account to host this. Pushes to the `master` branch will trigger rebuilds and deployments.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildit%2Fdesign-tech-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildit%2Fdesign-tech-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildit%2Fdesign-tech-website/lists"}