{"id":17602387,"url":"https://github.com/audio-engineer/nova-dashboard-front-end","last_synced_at":"2026-02-11T04:03:27.860Z","repository":{"id":258408375,"uuid":"864522953","full_name":"audio-engineer/nova-dashboard-front-end","owner":"audio-engineer","description":"Next.js front end for Nova Dashboard project","archived":false,"fork":false,"pushed_at":"2024-11-11T19:56:23.000Z","size":185,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-11T20:32:11.073Z","etag":null,"topics":["front-end","javascript","nextjs","nodejs","npm","typescript"],"latest_commit_sha":null,"homepage":"","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-09-28T12:54:56.000Z","updated_at":"2024-11-04T19:14:19.000Z","dependencies_parsed_at":"2024-10-28T12:39:03.301Z","dependency_job_id":"bddf6d5e-8153-4a44-95f3-0ad4092eaee9","html_url":"https://github.com/audio-engineer/nova-dashboard-front-end","commit_stats":{"total_commits":18,"total_committers":3,"mean_commits":6.0,"dds":"0.11111111111111116","last_synced_commit":"0950af5366e78a948bb636c920b3b4ef3d0e11fb"},"previous_names":["audio-engineer/nova-dashboard-front-end"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fnova-dashboard-front-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fnova-dashboard-front-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fnova-dashboard-front-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audio-engineer%2Fnova-dashboard-front-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audio-engineer","download_url":"https://codeload.github.com/audio-engineer/nova-dashboard-front-end/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230583561,"owners_count":18248805,"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":["front-end","javascript","nextjs","nodejs","npm","typescript"],"created_at":"2024-10-22T13:08:06.800Z","updated_at":"2026-02-11T04:03:22.828Z","avatar_url":"https://github.com/audio-engineer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nova Dashboard Front End\n\nThis is the main frontend repository for the software part of a P3 project created by SW3 group 6 at\nAalborg University in Copenhagen.\n\n## Local Development\n\nCopy [`.env.local.sample`](./.env.local.sample) into `.env.local` and fill out the values for the\nenvironment variables in the `.env.local` file.\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 `node` container:\n\n```shell\ndocker exec -it nova-dashboard-front-end-node-1 /bin/sh\n```\n\nThe first time the project is cloned, or when dependencies in [`package.json`](./package.json) or\n[`package-lock.json`](./package-lock.json) have changed, in the `node` container run:\n\n```shell\nnpm install\n```\n\nNow the development server can be started in the `node` 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, Linting and Build](./.github/workflows/formatting-linting-and-build.yml) workflow is\nrun.\nTherefore, check your code for errors before committing and pushing by running the tools in the\n`node` container first:\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\n```\n\nAfter a finished development cycle, exit the `node` container and run:\n\n```shell\ndocker compose down\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudio-engineer%2Fnova-dashboard-front-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudio-engineer%2Fnova-dashboard-front-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudio-engineer%2Fnova-dashboard-front-end/lists"}