{"id":20696788,"url":"https://github.com/audio-engineer/chess-teacher-front-end","last_synced_at":"2026-05-02T08:31:36.894Z","repository":{"id":221590248,"uuid":"754591423","full_name":"audio-engineer/chess-teacher-front-end","owner":"audio-engineer","description":"Next.js front end for ChessTeacher project","archived":false,"fork":false,"pushed_at":"2024-05-29T14:41:35.000Z","size":4504,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-31T06:41:14.846Z","etag":null,"topics":["chess-game","docker","nextjs","typescript","university-project","webapp"],"latest_commit_sha":null,"homepage":"https://chess-teacher-front-end.vercel.app","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/audio-engineer.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-08T11:34:36.000Z","updated_at":"2024-05-28T16:16:13.000Z","dependencies_parsed_at":"2024-04-15T11:42:04.165Z","dependency_job_id":"e24335ed-b2c6-496c-be65-33d16c1e5c23","html_url":"https://github.com/audio-engineer/chess-teacher-front-end","commit_stats":null,"previous_names":["audio-engineer/aau-p2-software","audio-engineer/chess-teacher-front-end"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/audio-engineer/chess-teacher-front-end","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fchess-teacher-front-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fchess-teacher-front-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fchess-teacher-front-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fchess-teacher-front-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audio-engineer","download_url":"https://codeload.github.com/audio-engineer/chess-teacher-front-end/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fchess-teacher-front-end/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chess-game","docker","nextjs","typescript","university-project","webapp"],"created_at":"2024-11-17T00:15:16.537Z","updated_at":"2026-05-02T08:31:36.868Z","avatar_url":"https://github.com/audio-engineer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChessTeacher Front End\n\nThis is the main frontend repository for the software part of a P2 project created by SW2 group 8 at Aalborg University\nCopenhagen.\n\n## Local Development\n\nCopy [`.env.local.sample`](./.env.local.sample) into `.env.local` and [`.env.sample`](./.env.sample) into `.env`, and\nadd the credentials obtained from the Firebase project admin to it.\n\n### Firebase Emulators\n\nThe Firebase Emulator Suite UI can be accessed at [localhost:4000](http://localhost:4000/).\n\n### Running the local development environment\n\nTo start the Docker Compose project, run:\n\n```shell\ndocker compose up -d\n```\n\nor, when using JetBrains WebStorm, by running the `Docker Compose` run configuration.\n\nThen, start a new shell session in the `server` container:\n\n```shell\ndocker exec -it chess-teacher-front-end-server-1 /bin/zsh\n```\n\nThe first time the project is cloned, or when dependencies in [`package.json`](./package.json)\nor [`package-lock.json`](./package-lock.json) have changed, in the `server` container run:\n\n```shell\nnpm install\n```\n\nNow the development server can be started in the `server` container:\n\n```shell\nnpm run dev\n```\n\nThe front end is now accessible at [localhost:3000](http://localhost:3000/).\n\nWhen code is pushed to the remote repository, the\n[Formatting And Linting](./.github/workflows/formatting-and-linting.yml) workflow is run.\nTherefore, check your code for errors before committing and pushing by running the tools in the `server` container\nfirst:\n\n```shell\nnpm run prettier \u0026\u0026 npx eslint .\n```\n\nTo check whether the project can be compiled for production, run the `build` command:\n\n```shell\nNODE_ENV=production npm run build\n```\n\nThen, start the production server with:\n\n```shell\nNODE_ENV=production npm run start # WARNING: THIS WILL USE THE PRODUCTION FIREBASE RESOURCES!\n```\n\nAfter a finished development cycle, exit the `server` container and run:\n\n```shell\ndocker compose down\n```\n\n### Development Containers (Visual Studio Code)\n\n...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudio-engineer%2Fchess-teacher-front-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudio-engineer%2Fchess-teacher-front-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudio-engineer%2Fchess-teacher-front-end/lists"}