{"id":22918225,"url":"https://github.com/stlbucket/nuxtsupabucket","last_synced_at":"2026-02-16T17:05:12.907Z","repository":{"id":188831508,"uuid":"671190263","full_name":"stlbucket/nuxtsupabucket","owner":"stlbucket","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-29T22:09:15.000Z","size":4096,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T00:31:38.184Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PLpgSQL","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/stlbucket.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-07-26T18:44:42.000Z","updated_at":"2023-08-17T01:48:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"98b1e788-9a7c-4ec1-952c-bedb6d306a93","html_url":"https://github.com/stlbucket/nuxtsupabucket","commit_stats":null,"previous_names":["stlbucket/nuxtsupabucket"],"tags_count":0,"template":false,"template_full_name":"gurvancampion/turborepo-nuxt-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fnuxtsupabucket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fnuxtsupabucket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fnuxtsupabucket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stlbucket%2Fnuxtsupabucket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stlbucket","download_url":"https://codeload.github.com/stlbucket/nuxtsupabucket/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246644099,"owners_count":20810687,"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-12-14T06:29:27.128Z","updated_at":"2025-09-21T17:51:51.279Z","avatar_url":"https://github.com/stlbucket.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turborepo nuxt starter\n\n[![CI/CD](https://github.com/gurvan-guss/turborepo-nuxt-boilerplate/actions/workflows/ci.yaml/badge.svg)](https://github.com/gurvan-guss/turborepo-nuxt-boilerplate/actions/workflows/ci.yaml)\n[![App](https://img.shields.io/badge/App-Preview-blue?logo=netlify\u0026logoColor=white)](https://turborepo-nuxt-boilerplate-web-main.netlify.app/)\n[![UI](https://img.shields.io/badge/UI(Histoire)-Preview-blue?logo=netlify\u0026logoColor=white)](https://turborepo-nuxt-boilerplate-ui-main.netlify.app/)\n[![Docs](https://img.shields.io/badge/Docs(Vitepress)-Preview-blue?logo=netlify\u0026logoColor=white)](https://turborepo-nuxt-boilerplate-docs-main.netlify.app/)\n\nThis is a monorepo with Nuxt, Histoire, Vitest \u0026 VitePress as a starter for any project that can be easily extended.\nYou can also find additional branches:\n- [TailwindCSS](https://github.com/gurvan-guss/turborepo-nuxt-boilerplate/tree/tailwind)\n- [TailwindCSS + TailwindUI](https://github.com/gurvan-guss/turborepo-nuxt-boilerplate/tree/tailwindui)\n- [Unocss](https://github.com/gurvan-guss/turborepo-nuxt-boilerplate/tree/unocss)\n- [Unocss + Anu](https://github.com/gurvan-guss/turborepo-nuxt-boilerplate/tree/unocss-anu)\n- [Unocss + Vuetify](https://github.com/gurvan-guss/turborepo-nuxt-boilerplate/tree/unocss-vuetify)\n- [AdonisJS](https://github.com/gurvan-guss/turborepo-nuxt-boilerplate/tree/adonis)\n\n## What's inside?\n\nThis turborepo uses [pnpm](https://pnpm.io) as a package manager. It includes the following packages/apps:\n\n### Apps and Packages\n\n- `web`: a [Nuxt.js](https://nuxtjs.org) app\n- `docs`: a [VitePress](https://vitepress.vuejs.org/) app\n- `ui`: a stub Nuxt component library with [Histoire](https://histoire.dev/)\n- `config`: `eslint` configuration (using [@antfu/eslint-config](https://github.com/antfu/eslint-config))\n- `tsconfig`: `tsconfig.json`s used throughout the monorepo\n\nEach package/app is 100% [TypeScript](https://www.typescriptlang.org/).\n\n### Utilities\n\nThis turborepo has some additional tools already setup for you:\n\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [ESLint](https://eslint.org/) for code linting\n\n### Setup\n\nTo install all dependencies, run the following command:\n\n```\npnpm install\n```\n\n### Develop\n\nTo develop all apps and packages, run the following command:\n\n```\npnpm run dev\n```\n\n### Lint\n\nTo check \u0026 fix linter through all apps and packages, run the following command:\n\n```\npnpm run lint\npnpm run lint:fix\n```\n\n### Test\n\nTo run tests through all apps and packages, run the following command:\n\n```\npnpm run test\n```\n\n### Build\n\nTo build all apps and packages, run the following command:\n\n```\npnpm run build\n```\n\n### Remote Caching\n\nTurborepo can use a technique known as [Remote Caching](https://turborepo.org/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.\n\nBy default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands:\n\n```\npnpm dlx turbo login\n```\n\nThis will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).\n\nNext, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:\n\n```\npnpm dlx turbo link\n```\n\nUse a custom remote cache server [turbo-remote-cache](https://github.com/ducktors/turborepo-remote-cache)\n\n## Useful Links\n\nLearn more about the power of Turborepo:\n\n- [Pipelines](https://turborepo.org/docs/core-concepts/pipelines)\n- [Caching](https://turborepo.org/docs/core-concepts/caching)\n- [Remote Caching](https://turborepo.org/docs/core-concepts/remote-caching)\n- [Scoped Tasks](https://turborepo.org/docs/core-concepts/scopes)\n- [Configuration Options](https://turborepo.org/docs/reference/configuration)\n- [CLI Usage](https://turborepo.org/docs/reference/command-line-reference)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstlbucket%2Fnuxtsupabucket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstlbucket%2Fnuxtsupabucket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstlbucket%2Fnuxtsupabucket/lists"}