{"id":25403917,"url":"https://github.com/compilerla/compiler.la","last_synced_at":"2025-04-12T17:51:40.684Z","repository":{"id":37619802,"uuid":"494608691","full_name":"compilerla/compiler.la","owner":"compilerla","description":"Compiler's website","archived":false,"fork":false,"pushed_at":"2025-03-31T20:56:59.000Z","size":9258,"stargazers_count":4,"open_issues_count":13,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-31T21:40:52.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://compiler.la","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/compilerla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-20T21:15:20.000Z","updated_at":"2025-03-31T20:57:02.000Z","dependencies_parsed_at":"2023-02-10T11:00:34.619Z","dependency_job_id":"3ae18ff6-3c3e-4723-9062-a959bc870f68","html_url":"https://github.com/compilerla/compiler.la","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/compilerla%2Fcompiler.la","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compilerla%2Fcompiler.la/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compilerla%2Fcompiler.la/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compilerla%2Fcompiler.la/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compilerla","download_url":"https://codeload.github.com/compilerla/compiler.la/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610407,"owners_count":21132920,"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":"2025-02-16T03:38:01.615Z","updated_at":"2025-04-12T17:51:40.654Z","avatar_url":"https://github.com/compilerla.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compiler's website\n\n[`compiler.la`](https://compiler.la)\n\nDeployed via [Netlify](https://www.netlify.com)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/e6111c60-0ee2-4b02-a925-165411bb767b/deploy-status)](https://app.netlify.com/sites/compilerla/deploys)\n\n## Design\n\nWe have a Figma file with the current designs, broken into the following sections/pages:\n\n| Section | Description |\n| ------- | ------------ |\n| [🎨 Styleguide](https://www.figma.com/file/2gq3WJFdRFDefyHcgFMUGt/Current-compiler.la?node-id=0%3A1) | Colors, typography, and visual assets |\n| [❖ Components](https://www.figma.com/file/2gq3WJFdRFDefyHcgFMUGt/Current-compiler.la?node-id=2%3A2) | Reusable design elements like buttons, navbar, etc. |\n| [🏗 Information architecture](https://www.figma.com/file/2gq3WJFdRFDefyHcgFMUGt/Current-compiler.la?node-id=2%3A3) | Mocks of the actual pages, with Flows |\n\nWe also have 2 Prototypes/Flows that demonstrate navigation and usage of the site:\n\n| Flow | Description |\n| ------- | ------------ |\n| [🏠 Homepage](https://www.figma.com/proto/2gq3WJFdRFDefyHcgFMUGt/Current-compiler.la?page-id=2%3A3\u0026node-id=8%3A59\u0026viewport=646%2C299%2C0.21\u0026scaling=min-zoom\u0026starting-point-node-id=8%3A59\u0026show-proto-sidebar=1) | Starting on the homepage https://compiler.la |\n| [💼 Jobs](https://www.figma.com/proto/2gq3WJFdRFDefyHcgFMUGt/Current-compiler.la?page-id=2%3A3\u0026node-id=10%3A101\u0026viewport=646%2C299%2C0.21\u0026scaling=min-zoom\u0026starting-point-node-id=10%3A101\u0026show-proto-sidebar=1) | Starting on the Jobs listing page https://compiler.la/jobs |\n\n## Development\n\n### Running a local instance\n\nThis is a [Jekyll][jekyll] static site. Development is done within a container-based environment using [VS Code with devcontainers](#vs-code-with-devcontainers). This repository includes a [`.devcontainer/devcontainer.json`](devcontainer-config-file) file that configures remote container development.\n\nOnce inside the devcontainer in VS Code, you can press `Ctrl/Cmd+Shift+B` to run the `Jekyll: Build Dev` [task](https://code.visualstudio.com/docs/editor/tasks) defined in [`.vscode/tasks.json`][vscode-task-config-file], which builds the site and starts the Jekyll development server. The site will then be running at \u003chttp://localhost:4000\u003e. Auto rebuild/reload will be active and will watch the site files for changes.\n\n\u003e To run the blog in drafts-mode, run `Jekyll: Bulid Dev with Drafts`\n\n## VS Code with devcontainers\n\n### Install the `Remote - Containers` extension\n\n[VS Code][vscode] can be used together with Docker via the [Remote - Containers][vscode-containers] extension to enable a container-based development environment.\n### Open the repository with VS Code\n\nWith the [Remote - Containers][vscode-containers] extension enabled, open the folder containing this repository inside Visual\nStudio Code.\n\nYou should receive a prompt in the Visual Studio Code window; click `Reopen in Container` to run the development environment\ninside a container.\n\nIf you do not receive a prompt, or when you feel like starting from a fresh environment:\n\n1. `Ctrl/Cmd+Shift+P` to bring up the command palette in Visual Studio Code\n1. Type `Remote-Containers` to filter the commands\n1. Select `Rebuild and Reopen in Container`\n\n### Exiting devcontainers\n\nTo close out of the container and re-open the directory locally in Visual Studio Code:\n\n1. `Ctrl/Cmd+Shift+P` to bring up the command palette in Visual Studio Code\n1. Type `Remote-Containers` to filter the commands\n1. Select `Reopen Locally`\n\n[jekyll]: https://jekyllrb.com\n[devcontainer-config-file]: https://github.com/compilerla/compiler.la/blob/main/.devcontainer/devcontainer.json\n[vscode-task-config-file]: https://github.com/compilerla/compiler.la/blob/main/.vscode/tasks.json\n[vscode]: https://code.visualstudio.com/\n[vscode-containers]: https://code.visualstudio.com/docs/remote/containers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompilerla%2Fcompiler.la","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompilerla%2Fcompiler.la","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompilerla%2Fcompiler.la/lists"}