https://github.com/areid987/mindmagic

https://github.com/areid987/mindmagic

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: AReid987
  • Language: TypeScript
  • Default Branch: main
  • Size: 214 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Turborepo starter

This is an official starter Turborepo.

Using this example

Run the following command:

sh npx create-turbo@latest

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • docs: a Next.js app
  • web: another Next.js app
  • @repo/ui: a stub React component library shared by both web and docs applications
  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd my-turborepo pnpm build

Develop

To develop all apps and packages, run the following command:

cd my-turborepo pnpm dev

Remote Caching

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By 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, then enter the following commands:

cd my-turborepo npx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:

npx turbo link

Useful Links

Learn more about the power of Turborepo:

Owner

  • Name: Antonio Reid
  • Login: AReid987
  • Kind: user
  • Location: Austin, Texas

GitHub Events

Total
  • Pull request event: 1
Last Year
  • Pull request event: 1

Dependencies

apps/docs/package.json npm
  • @repo/eslint-config workspace:* development
  • @repo/typescript-config workspace:* development
  • @types/node ^20 development
  • @types/react ^18 development
  • @types/react-dom ^18 development
  • eslint ^8 development
  • eslint-config-next 15.0.0-rc.0 development
  • typescript ^5 development
  • @repo/ui workspace:*
  • next 15.0.0-rc.0
  • react 19.0.0-rc-f994737d14-20240522
  • react-dom 19.0.0-rc-f994737d14-20240522
apps/web/package.json npm
  • @repo/eslint-config workspace:* development
  • @repo/typescript-config workspace:* development
  • @types/node ^20 development
  • @types/react ^18 development
  • @types/react-dom ^18 development
  • eslint ^8 development
  • eslint-config-next 15.0.0-rc.0 development
  • typescript ^5 development
  • @repo/ui workspace:*
  • next 15.0.0-rc.0
  • react 19.0.0-rc-f994737d14-20240522
  • react-dom 19.0.0-rc-f994737d14-20240522
package.json npm
  • prettier ^3.2.5 development
  • turbo ^2.0.9 development
  • typescript ^5.4.5 development
packages/eslint-config/package.json npm
  • @typescript-eslint/eslint-plugin ^7.1.0 development
  • @typescript-eslint/parser ^7.1.0 development
  • @vercel/style-guide ^5.2.0 development
  • eslint-config-prettier ^9.1.0 development
  • eslint-config-turbo ^2.0.0 development
  • eslint-plugin-only-warn ^1.1.0 development
  • typescript ^5.3.3 development
packages/typescript-config/package.json npm
packages/ui/package.json npm
  • @repo/eslint-config workspace:* development
  • @repo/typescript-config workspace:* development
  • @turbo/gen ^1.12.4 development
  • @types/eslint ^8.56.5 development
  • @types/node ^20.11.24 development
  • @types/react ^18.2.61 development
  • @types/react-dom ^18.2.19 development
  • eslint ^8.57.0 development
  • typescript ^5.3.3 development
  • react ^18.2.0
pnpm-lock.yaml npm
  • 649 dependencies