{"id":34705542,"url":"https://github.com/mateuxlucax/mateux-dot-dev","last_synced_at":"2026-04-08T16:01:37.280Z","repository":{"id":124143983,"uuid":"499337837","full_name":"MateuxLucax/mateux-dot-dev","owner":"MateuxLucax","description":"My personal website and blog","archived":false,"fork":false,"pushed_at":"2026-04-07T00:07:43.000Z","size":3936,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-07T01:11:17.775Z","etag":null,"topics":["blog","bun","docker","markdown","mermaid","svelte","sveltekit","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://mateux.dev","language":"mdsvex","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MateuxLucax.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":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":"2022-06-03T00:59:18.000Z","updated_at":"2026-04-07T00:07:46.000Z","dependencies_parsed_at":"2024-01-20T23:26:41.964Z","dependency_job_id":"c6a30515-dbfc-489c-85af-b23c69d3df34","html_url":"https://github.com/MateuxLucax/mateux-dot-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MateuxLucax/mateux-dot-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MateuxLucax%2Fmateux-dot-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MateuxLucax%2Fmateux-dot-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MateuxLucax%2Fmateux-dot-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MateuxLucax%2Fmateux-dot-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MateuxLucax","download_url":"https://codeload.github.com/MateuxLucax/mateux-dot-dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MateuxLucax%2Fmateux-dot-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31562697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["blog","bun","docker","markdown","mermaid","svelte","sveltekit","tailwindcss","typescript"],"created_at":"2025-12-24T23:19:00.961Z","updated_at":"2026-04-08T16:01:37.275Z","avatar_url":"https://github.com/MateuxLucax.png","language":"mdsvex","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mateux.dev\n\n![SvelteKit](https://img.shields.io/badge/sveltekit-%23ff3e00.svg?style=for-the-badge\u0026logo=svelte\u0026logoColor=white)\n![Tailwind CSS](https://img.shields.io/badge/tailwindcss-%2338B2D6.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Bun](https://img.shields.io/badge/Bun-%23000000.svg?style=for-the-badge\u0026logo=bun\u0026logoColor=white)\n![Docker](https://img.shields.io/badge/docker-%232496ED.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n\nThis repository contains the source code for [mateux.dev](https://mateux.dev), a personal website.\nMy design goal was to replicate a terminal-like experience, I hope you enjoy it!\n\n## Tools used to build this website:\n\nThis project was built using [SvelteKit](https://kit.svelte.dev), a framework for building web applications with Svelte.\nIt uses [Tailwind CSS](https://tailwindcss.com/) for styling and [Bun](https://bun.sh/) as the JavaScript runtime. The website is containerized using [Docker](https://www.docker.com/) for easy deployment.\n\n## How to run the project locally\n\nFirst, ensure you have [Bun](https://bun.sh/) installed. You can install it using the following command:\n\n```bash\ncurl -fsSL https://bun.sh/install | bash\n```\n\nThen, clone the repository and navigate to the project directory:\n\n```bash\ngit clone https://github.com/MateuxLucax/mateux-dot-dev.git \u0026\u0026 cd mateux-dot-dev\n```\n\nNext, install the dependencies using Bun:\n\n```bash\nbun install\n```\n\nFinally, start the development server:\n\n```bash\nbun run dev\n```\n\nNow, you can open your browser and navigate to `http://localhost:5173` to see the website in action.\n\n## How to build the project\n\nIf you want to build the project for production, you can use the following command:\n\n```bash\nbun run build\n```\n\nThis will create a `build` directory with the production-ready files.\n\n## How to run the project in Docker\n\nIf you want to run the project in a Docker container, you can use the provided `Dockerfile`. First, make sure you have Docker installed on your machine. You can download it from [here](https://www.docker.com/get-started).\nThen, navigate to the project directory and build the Docker image using the following command:\n\n```bash\ndocker compose up -f local.docker-compose.yml -d\n```\n\nThis will build the Docker image and start the container. You can then access the website at `http://localhost`.\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateuxlucax%2Fmateux-dot-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateuxlucax%2Fmateux-dot-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateuxlucax%2Fmateux-dot-dev/lists"}