{"id":19237168,"url":"https://github.com/epicweb-dev/spacewave-stack","last_synced_at":"2025-04-21T05:32:48.037Z","repository":{"id":148867425,"uuid":"592547379","full_name":"epicweb-dev/spacewave-stack","owner":"epicweb-dev","description":null,"archived":true,"fork":false,"pushed_at":"2023-04-26T02:35:28.000Z","size":517,"stargazers_count":20,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-12T18:32:21.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/epicweb-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-01-24T00:36:28.000Z","updated_at":"2024-07-28T07:07:26.000Z","dependencies_parsed_at":"2023-07-10T17:01:26.410Z","dependency_job_id":null,"html_url":"https://github.com/epicweb-dev/spacewave-stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Fspacewave-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Fspacewave-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Fspacewave-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Fspacewave-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epicweb-dev","download_url":"https://codeload.github.com/epicweb-dev/spacewave-stack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250002318,"owners_count":21359094,"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-09T16:25:08.934Z","updated_at":"2025-04-21T05:32:48.028Z","avatar_url":"https://github.com/epicweb-dev.png","language":"TypeScript","readme":"# REPLACE_WITH_APP_NAME\n\nLet's launch together!\n\n## Development\n\n- Initial setup:\n\n  ```sh\n  npm run setup\n  ```\n\n- Start dev server:\n\n  ```sh\n  npm run dev\n  ```\n\nThis starts your app in development mode, rebuilding assets on file changes.\n\nThe database seed script creates a new user with some data you can use to get\nstarted:\n\n- Email: `kody@kcd.dev`\n- Password: `kodylovesyou`\n\n### Connecting to your database\n\nThe sqlite database lives at `/data/sqlite.db` in the deployed application. You\ncan connect to the live database by running `fly ssh console -C database-cli`.\n\n## GitHub Actions\n\nWe use GitHub Actions for continuous integration and deployment. Anything that\ngets into the `main` branch will be deployed to production after running\ntests/build/etc. Anything in the `dev` branch will be deployed to staging.\n\n## Testing\n\n### Playwright\n\nWe use Playwright for our End-to-End tests in this project. You'll find those in\nthe `tests` directory. As you make changes, add to an existing file or create a\nnew file in the `tests` directory to test your changes.\n\nTo run these tests in development, run `npm run test:e2e:dev` which will start\nthe dev server for the app and run Playwright on it.\n\nWe have a fixture for testing authenticated features without having to go\nthrough the login flow:\n\n```ts\ntest('my test', async ({ page, login }) =\u003e {\n\tconst user = await login()\n\t// you are now logged in\n})\n```\n\nWe also auto-delete the user at the end of your test. That way, we can keep your\nlocal db clean and keep your tests isolated from one another.\n\n### Vitest\n\nFor lower level tests of utilities and individual components, we use `vitest`.\nWe have DOM-specific assertion helpers via\n[`@testing-library/jest-dom`](https://testing-library.com/jest-dom).\n\n### Type Checking\n\nThis project uses TypeScript. It's recommended to get TypeScript set up for your\neditor to get a really great in-editor experience with type checking and\nauto-complete. To run type checking across the whole project, run\n`npm run typecheck`.\n\n### Linting\n\nThis project uses ESLint for linting. That is configured in `.eslintrc.js`.\n\n### Formatting\n\nWe use [Prettier](https://prettier.io/) for auto-formatting in this project.\nIt's recommended to install an editor plugin (like the\n[VSCode Prettier plugin](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode))\nto get auto-formatting on save. There's also a `npm run format` script you can\nrun to format all files in the project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicweb-dev%2Fspacewave-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepicweb-dev%2Fspacewave-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicweb-dev%2Fspacewave-stack/lists"}