https://github.com/dev-protocol/clubs-kyc
https://github.com/dev-protocol/clubs-kyc
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-protocol/clubs-kyc
- Owner: dev-protocol
- License: mpl-2.0
- Created: 2023-10-18T01:42:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-15T19:28:04.000Z (6 months ago)
- Last Synced: 2025-08-15T21:45:07.033Z (6 months ago)
- Language: TypeScript
- Homepage: https://clubs-kyc.vercel.app
- Size: 2.71 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-repos-ts
Template repository for using TypeScript
# Stack
- npm client is [yarn](https://github.com/yarnpkg/yarn)
- Testing is [ava](https://github.com/avajs/ava)
- Linting is [eslint](https://github.com/eslint/eslint)
- Basic lint rule set is [eslint-plugin-functional](https://github.com/jonaskello/eslint-plugin-functional)
- Formatter is [prettier](https://github.com/prettier/prettier)
- Pre-install utility is [ramda](https://github.com/ramda/ramda)
# Usage
Create a repository using this template; just runs following command.
```bash
yarn
```
## Setup the Redis Schema
Run `npm run createRedisSchema`.