{"id":20678581,"url":"https://github.com/yingjia-z/code-execution-website","last_synced_at":"2025-10-26T19:33:41.746Z","repository":{"id":242437852,"uuid":"809541884","full_name":"Yingjia-Z/code-execution-website","owner":"Yingjia-Z","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-03T01:08:52.000Z","size":320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T15:16:37.591Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Yingjia-Z.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":"2024-06-03T01:01:36.000Z","updated_at":"2024-06-03T01:08:55.000Z","dependencies_parsed_at":"2024-06-03T03:28:54.224Z","dependency_job_id":"84e67685-a10e-4ca0-818d-42d0e7ef4eb1","html_url":"https://github.com/Yingjia-Z/code-execution-website","commit_stats":null,"previous_names":["yingjia-z/code-execution-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yingjia-Z%2Fcode-execution-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yingjia-Z%2Fcode-execution-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yingjia-Z%2Fcode-execution-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yingjia-Z%2Fcode-execution-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yingjia-Z","download_url":"https://codeload.github.com/Yingjia-Z/code-execution-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242911179,"owners_count":20205446,"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":"2024-11-16T21:21:01.746Z","updated_at":"2025-10-26T19:33:36.705Z","avatar_url":"https://github.com/Yingjia-Z.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Notes:\n\nSadly this website doesn't work as expected :(\n\nI plan to integrate `@uiw/react-codemirror` as the code execution platform (related code located in [CodeEditor.tsx](frontend/src/components/CodeEditor.tsx))\n\nHere is the error consistently occured: \n\nUnrecognized extension value in extension set ([object Object]).\n\nI've tried to clean up node modules and reinstall; \ndirectly use `codemirror` to avoid multiple instances of `@codemirror/state` (related code located in [CodeEditor2.tsx](frontend/src/components/CodeEditor2.tsx)). Unfortunately, none of the fixes worked.\n\n## Running the website:\n\n##### Running the backend:\n```bash\ncd backend\npython -m venv venv\nsource venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\npip install -r requirements.txt\nuvicorn main:app --reload\n```\n\n##### Running the frontend:\n```bash\ncd frontend\nnpm install\nnpm run dev\n```\n\nWhen encounter dependency conflicts, consider resolving the conflicts by:\n```bash\n# Install specific packages with legacy peer dependencies option\nnpm install @uiw/react-codemirror @codemirror/lang-python --legacy-peer-deps\n\n# If necessary, reinstall all dependencies with legacy peer dependencies option\nrm -rf node_modules package-lock.json\nnpm install --legacy-peer-deps\n\n# As a last resort, force install specific packages\nnpm install @uiw/react-codemirror @codemirror/lang-python --force\n```\n\n## Current Design:\n![alt text](Screenshot.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyingjia-z%2Fcode-execution-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyingjia-z%2Fcode-execution-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyingjia-z%2Fcode-execution-website/lists"}