{"id":25052164,"url":"https://github.com/dev4rno/devarno","last_synced_at":"2025-03-31T06:16:23.198Z","repository":{"id":177216596,"uuid":"585712792","full_name":"Dev4rno/devarno","owner":"Dev4rno","description":"Devarno Ltd Portfolio Website","archived":false,"fork":false,"pushed_at":"2025-03-10T10:26:36.000Z","size":73349,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T11:30:45.495Z","etag":null,"topics":["portfolio","projects","software","webdev"],"latest_commit_sha":null,"homepage":"https://devarno.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/Dev4rno.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}},"created_at":"2023-01-05T21:57:40.000Z","updated_at":"2025-03-10T10:26:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec99ca7d-62aa-4299-9bad-7278481aa0ef","html_url":"https://github.com/Dev4rno/devarno","commit_stats":null,"previous_names":["devarno88/devarno","dev4rno/devarno"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev4rno%2Fdevarno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev4rno%2Fdevarno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev4rno%2Fdevarno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev4rno%2Fdevarno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dev4rno","download_url":"https://codeload.github.com/Dev4rno/devarno/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246423722,"owners_count":20774820,"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":["portfolio","projects","software","webdev"],"created_at":"2025-02-06T10:28:28.041Z","updated_at":"2025-03-31T06:16:23.181Z","avatar_url":"https://github.com/Dev4rno.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevArno 🧑‍💻\n\nMy portfolio website\n\n### CLI\n\nA few basic custom package.json scripts to make development easier\n\n-   Run application locally on PORT 3000 (http://localhost:3000):\n    _Note: Run on a different port with `yarn next -p PORTNUMBER`._\n\n```sh\nyarn go\n```\n\n-   Open Cypress integration testing suite:\n\n```sh\nyarn cy\n```\n\n-   Check code is production-ready (lint + build):\n\n```sh\nyarn test\n```\n\n-   Prepare and commit a build for deployment:\n    _Note: You will be prompted for a commit message. This will fail if left empty. Defaults to string, no \"\" marks necessary._\n\n```sh\nyarn prep\n```\n\n-   Push latest commit to a branch:\n    _Note: You will be prompted for a branch name. This will fail if you enter 'main' or leave empty. Defaults to string, no \"\" marks necessary._\n\n```sh\nyarn push\n```\n\n-   List your local git branches:\n\n```sh\nyarn l\n```\n\n-   List your remote git branches:\n\n```sh\nyarn r\n```\n\n-   Delete a local git branch:\n\n```sh\nyarn dl BRANCHNAME\n```\n\n-   Delete a remote git branch:\n\n```sh\nyarn dr BRANCHNAME\n```\n\n-   Kill port 3000 (when you receive `Port 3000 is in use, trying 3001 instead.`):\n\n```sh\nyarn kill\n```\n\n## SmartyPants\n\nSmartyPants converts ASCII punctuation characters into \"smart\" typographic punctuation HTML entities. For example:\n\n|                  | ASCII                           | HTML                          |\n| ---------------- | ------------------------------- | ----------------------------- |\n| Single backticks | `'Isn't this fun?'`             | 'Isn't this fun?'             |\n| Quotes           | `\"Isn't this fun?\"`             | \"Isn't this fun?\"             |\n| Dashes           | `-- is en-dash, --- is em-dash` | -- is en-dash, --- is em-dash |\n\n## KaTeX\n\nYou can render LaTeX mathematical expressions using [KaTeX](https://khan.github.io/KaTeX/):\n\nThe _Gamma function_ satisfying $\\Gamma(n) = (n-1)!\\quad\\forall n\\in\\mathbb N$ is via the Euler integral\n\n$$\n\\Gamma(z) = \\int_0^\\infty t^{z-1}e^{-t}dt\\,.\n$$\n\n\u003e You can find more information about **LaTeX** mathematical expressions [here](http://meta.math.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference).\n\n## UML diagrams\n\nYou can render UML diagrams using [Mermaid](https://mermaidjs.github.io/). For example, this will produce a sequence diagram:\n\n```mermaid\nsequenceDiagram\nAlice -\u003e\u003e Bob: Hello Bob, how are you?\nBob--\u003e\u003eJohn: How about you John?\nBob--x Alice: I am good thanks!\nBob-x John: I am good thanks!\nNote right of John: Bob thinks a long\u003cbr/\u003elong time, so long\u003cbr/\u003ethat the text does\u003cbr/\u003enot fit on a row.\n\nBob--\u003eAlice: Checking with John...\nAlice-\u003eJohn: Yes... John, how are you?\n```\n\nAnd this will produce a flow chart:\n\n```mermaid\ngraph LR\nA[Square Rect] -- Link text --\u003e B((Circle))\nA --\u003e C(Round Rect)\nB --\u003e D{Rhombus}\nC --\u003e D\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev4rno%2Fdevarno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev4rno%2Fdevarno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev4rno%2Fdevarno/lists"}