{"id":15147693,"url":"https://github.com/helixstudio/helix","last_synced_at":"2025-10-24T03:31:31.235Z","repository":{"id":166867428,"uuid":"618785430","full_name":"HelixStudio/helix","owner":"HelixStudio","description":"A modern platform for competitive programming.","archived":false,"fork":false,"pushed_at":"2023-09-08T08:58:55.000Z","size":3550,"stargazers_count":10,"open_issues_count":12,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-26T13:01:16.154Z","etag":null,"topics":["coding","competitive-programming","contests","ctf","ctf-challenges","gnu","huggingface","javascript","learning","next13","nextjs","open-source","serverless","social-media","social-network","t3","t3-stack","tailwindcss","typescript","website"],"latest_commit_sha":null,"homepage":"https://helix-coding.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HelixStudio.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}},"created_at":"2023-03-25T10:50:17.000Z","updated_at":"2024-06-18T12:46:18.000Z","dependencies_parsed_at":"2023-09-06T11:30:53.460Z","dependency_job_id":"c0f9bc02-4bff-4fa1-876a-706a4800017d","html_url":"https://github.com/HelixStudio/helix","commit_stats":{"total_commits":207,"total_committers":6,"mean_commits":34.5,"dds":0.106280193236715,"last_synced_commit":"04e2480a66709e0a1d38182c5e7f2b2160c1b963"},"previous_names":["nikolatesla13/helix","stefanasandei/helix","helixstudio/helix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelixStudio%2Fhelix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelixStudio%2Fhelix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelixStudio%2Fhelix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelixStudio%2Fhelix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HelixStudio","download_url":"https://codeload.github.com/HelixStudio/helix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219874649,"owners_count":16554606,"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":["coding","competitive-programming","contests","ctf","ctf-challenges","gnu","huggingface","javascript","learning","next13","nextjs","open-source","serverless","social-media","social-network","t3","t3-stack","tailwindcss","typescript","website"],"created_at":"2024-09-26T13:00:26.009Z","updated_at":"2025-10-24T03:31:25.706Z","avatar_url":"https://github.com/HelixStudio.png","language":"TypeScript","readme":"# Helix 👨‍💻\n\nHelix is an open-source website to help you learn \u0026 practice programming.\n\nInfoEducatie 2023: [Documentatie](/docs/DocumentatieNationala.pdf)\n\n# Required dependencies\n\nBesides the specified node packages, you need to have the following software to host the frontend:\n\n- git (any version)\n- nodejs \u003e= 16\n\nThe [code execution engine](https://github.com/nikolatesla13/exec) is also part of this project. It is used to run the submitted code.\n\n# How to run\n\nFirstly, clone the repository:\n\n```bash\ngit clone https://github.com/NikolaTesla13/helix.git\n```\n\nGo to the newly created directory:\n\n```bash\ncd helix\n```\n\nYou can use any nodejs package manager to manage the dependencies (such as npm, yarn or pnpm). During development, npm was used:\n\n```bash\n# install required packages\nnpm install\n```\n\nProvide the required environment variables in a `.env` file, refer to the `.env.example` file for example usage:\n\n```bash\nNODE_ENV=\"development\"\n\nNEXTAUTH_URL=\"http://localhost:3000\"\nNEXTAUTH_SECRET=\"\"\n\nDATABASE_URL=\"\"\n\nUPLOADTHING_SECRET=\"\"\nUPLOADTHING_APP_ID=\"\"\n\nHUGGINGFACE_API_KEY=\"\"\n\nDISCORD_CLIENT_ID=\"\"\nDISCORD_CLIENT_SECRET=\"\"\n\nGITHUB_CLIENT_ID=\"\"\nGITHUB_CLIENT_SECRET=\"\"\n\nGOOGLE_CLIENT_ID=\"\"\nGOOGLE_CLIENT_SECRET=\"\"\n\nTWITTER_CLIENT_ID=\"\"\nTWITTER_CLIENT_SECRET=\"\"\n```\n\nAnd now you can start the services:\n\n```bash\n# starts frontend on localhost:3000\nnpm run dev\n\n# starts the prisma studio on localhost:5555\nnpx prisma studio\n\n# starts the storybook testing server on localhost:6006\nnpm run storybook\n```\n\nMost common errors when running the frontend:\n\n- database connection error: check your connection url and if the db is up and running\n- dependencies error: check if a `node_modules` was created with the required libraries\n- backend not running: note that some features require the backend server to be running\n- feel free to open a new issue if you have discovered a bug\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelixstudio%2Fhelix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelixstudio%2Fhelix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelixstudio%2Fhelix/lists"}