https://github.com/areid987/sportsclub-nx
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 (11.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: AReid987
- License: bsl-1.0
- Language: CSS
- Default Branch: main
- Size: 394 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
- Releases: 0
Metadata Files
README.md
SportsclubNx
✨ This workspace has been generated by Nx, Smart Monorepos · Fast CI. ✨
Integrate with editors
Enhance your Nx experience by installing Nx Console for your favorite editor. Nx Console provides an interactive UI to view your projects, run tasks, generate code, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.
Nx plugins and code generators
Add Nx plugins to leverage their code generators and automated, inferred tasks.
```
Add plugin
npx nx add @nx/react
Use code generator
npx nx generate @nx/react:app demo
Run development server
npx nx serve demo
View project details
npx nx show project demo --web ```
Run npx nx list to get a list of available plugins and whether they have generators. Then run npx nx list <plugin-name> to see what generators are available.
Learn more about code generators and inferred tasks in the docs.
Running tasks
To execute tasks with Nx use the following syntax:
npx nx <target> <project> <...options>
You can also run multiple targets:
npx nx run-many -t <target1> <target2>
..or add -p to filter specific projects
npx nx run-many -t <target1> <target2> -p <proj1> <proj2>
Targets can be defined in the package.json or projects.json. Learn more in the docs.
Set up CI!
Nx comes with local caching already built-in (check your nx.json). On CI you might want to go a step further.
Explore the project graph
Run npx nx graph to show the graph of the workspace.
It will show tasks that you can run with Nx.
Connect with us!
Owner
- Name: Antonio Reid
- Login: AReid987
- Kind: user
- Location: Austin, Texas
- Repositories: 9
- Profile: https://github.com/AReid987
GitHub Events
Total
- Issues event: 8
- Issue comment event: 4
Last Year
- Issues event: 8
- Issue comment event: 4
Dependencies
- actions/checkout v4 composite
- actions/setup-node v4 composite
- nrwl/nx-set-shas v4 composite
- pnpm/action-setup v2 composite
- @eslint/eslintrc ^3.0.2 development
- @eslint/js ~9.1.1 development
- @nestjs/schematics ^10.1.1 development
- @nestjs/testing ^10.0.2 development
- @nx/cypress 19.0.0-canary.20240423-b37bfdb development
- @nx/eslint 19.0.0-canary.20240423-b37bfdb development
- @nx/eslint-plugin 19.0.0-canary.20240423-b37bfdb development
- @nx/jest 19.0.0-canary.20240423-b37bfdb development
- @nx/js 19.0.0-canary.20240423-b37bfdb development
- @nx/next 19.0.0-canary.20240423-b37bfdb development
- @nx/node 19.0.0-canary.20240423-b37bfdb development
- @nx/react 19.0.0-canary.20240423-b37bfdb development
- @nx/web 19.0.0-canary.20240423-b37bfdb development
- @nx/webpack 19.0.0-canary.20240423-b37bfdb development
- @nx/workspace 19.0.0-canary.20240423-b37bfdb development
- @rushstack/eslint-patch ^1.10.2 development
- @swc-node/register ~1.9.0 development
- @swc/core ~1.5.0 development
- @swc/helpers ~0.5.11 development
- @testing-library/react 15.0.4 development
- @types/jest ^29.5.12 development
- @types/node 20.12.7 development
- @types/react 18.3.0 development
- @types/react-dom 18.3.0 development
- @typescript-eslint/eslint-plugin ^7.7.1 development
- @typescript-eslint/parser ^7.7.1 development
- autoprefixer 10.4.19 development
- babel-jest ^29.7.0 development
- cypress ^13.8.1 development
- eslint ^9.1.1 development
- eslint-config-next 14.2.3 development
- eslint-config-prettier ^9.1.0 development
- eslint-plugin-cypress ^3.0.1 development
- eslint-plugin-import 2.29.1 development
- eslint-plugin-jsonc ^2.15.1 development
- eslint-plugin-jsx-a11y 6.8.0 development
- eslint-plugin-react 7.34.1 development
- eslint-plugin-react-hooks 4.6.1 development
- jest ^29.7.0 development
- jest-environment-jsdom ^29.7.0 development
- jest-environment-node ^29.4.1 development
- nx 19.0.0-canary.20240423-b37bfdb development
- postcss ^8.4.38 development
- prettier ^3.2.5 development
- tailwindcss 3.4.3 development
- ts-jest ^29.1.2 development
- ts-node 10.9.2 development
- typescript ~5.4.5 development
- webpack-cli ^5.1.4 development
- @nestjs/common ^10.0.2
- @nestjs/core ^10.0.2
- @nestjs/platform-express ^10.0.2
- @nx/nest 19.0.0-canary.20240423-b37bfdb
- axios ^1.6.0
- next 14.2.3
- react 18.3.0
- react-dom 18.3.0
- reflect-metadata ^0.2.0
- rxjs ^7.8.0
- tslib ^2.6.2
- 1353 dependencies