{"id":24678139,"url":"https://github.com/alyalin/praccjs","last_synced_at":"2025-06-25T18:04:25.713Z","repository":{"id":274291859,"uuid":"914791994","full_name":"alyalin/PraccJS","owner":"alyalin","description":"Practice JavaScript with real-time code execution","archived":false,"fork":false,"pushed_at":"2025-03-19T08:32:07.000Z","size":2408,"stargazers_count":35,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T04:54:13.784Z","etag":null,"topics":["deno","javascript","oxc","rust","svelte","typescript"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alyalin.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}},"created_at":"2025-01-10T10:10:12.000Z","updated_at":"2025-03-19T08:32:11.000Z","dependencies_parsed_at":"2025-02-24T13:27:35.944Z","dependency_job_id":"273c7d8a-176f-435a-b3c5-fa7f6aa2e158","html_url":"https://github.com/alyalin/PraccJS","commit_stats":null,"previous_names":["alyalin/praccjs"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/alyalin/PraccJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alyalin%2FPraccJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alyalin%2FPraccJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alyalin%2FPraccJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alyalin%2FPraccJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alyalin","download_url":"https://codeload.github.com/alyalin/PraccJS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alyalin%2FPraccJS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261927118,"owners_count":23231363,"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":["deno","javascript","oxc","rust","svelte","typescript"],"created_at":"2025-01-26T13:14:52.587Z","updated_at":"2025-06-25T18:04:25.686Z","avatar_url":"https://github.com/alyalin.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \u003cimg align=\"center\" width=\"128px\" src=\"https://github.com/user-attachments/assets/faeb29db-da58-4425-b0cb-58593b55fddc\" /\u003e\n\t\u003ch1 align=\"center\"\u003e\u003cb\u003ePraccJS\u003c/b\u003e\u003c/h1\u003e\n\t\u003cp align=\"center\"\u003e\n\t\tDesktop REPL client for organizing and executing JS code snippets. It's built using Tauri, Rust, Svelte, Oxc and Rustyscript.\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003cb\u003eDownload for \u003c/b\u003e\n    macOS (\u003ca href=\"https://github.com/alyalin/PraccJS/releases/download/0.2.0/PraccJS_0.2.0_aarch64.dmg\"\u003eApple Silicon\u003c/a\u003e |\n      \u003ca href=\"https://github.com/alyalin/PraccJS/releases/download/0.2.0/PraccJS_0.2.0_x64.dmg\"\u003eIntel\u003c/a\u003e) ·\n\t\tLinux (\u003ca href=\"https://github.com/alyalin/PraccJS/releases/download/0.2.0/PraccJS_0.2.0_amd64.AppImage\"\u003eAppImage\u003c/a\u003e |\n       \u003ca href=\"https://github.com/alyalin/PraccJS/releases/download/0.2.0/PraccJS_0.2.0_amd64.deb\"\u003edeb\u003c/a\u003e)\n      ·\n\t\tWindows (\u003ca href=\"https://github.com/alyalin/PraccJS/releases/download/0.2.0/PraccJS_0.2.0_x64_en-US.msi\"\u003emsi\u003c/a\u003e)\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\nhttps://github.com/user-attachments/assets/19625151-d3fd-466c-9946-7e085914a18e\n\n## Notes\n\nIt not support async js, typescript at the moment. Feel free to create issues and share your thoughts.\n\n## Prerequisites\n- Intall Rust. Verify installation with `rustc --version` or `cargo -V`.\n- Install Node.js 18+\n\n## Installing Dependencies\n\n```zsh\nnpm install  # Install npm dependencies\ncd src-tauri  # Navigate to the Rust folder\ncargo install  # Install cargo dependencies\n```\n\n## Starting the Development Server\n```zsh\nnpm run tauri dev\n```\n\n## Building the Project\n```zsh\nnpm run tauri build\n```\n\nAfter building, you can find the distributables in `./src-tauri/target/release/bundle/`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falyalin%2Fpraccjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falyalin%2Fpraccjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falyalin%2Fpraccjs/lists"}