https://github.com/proofer-tech/proofer
비즈니스에 기술을 더하다
https://github.com/proofer-tech/proofer
developer-performance devex-framework dora-metrics software-intelligence space-framework
Last synced: 5 months ago
JSON representation
비즈니스에 기술을 더하다
- Host: GitHub
- URL: https://github.com/proofer-tech/proofer
- Owner: proofer-tech
- License: mit
- Created: 2024-02-05T08:23:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T04:01:48.000Z (5 months ago)
- Last Synced: 2026-01-13T05:51:05.969Z (5 months ago)
- Topics: developer-performance, devex-framework, dora-metrics, software-intelligence, space-framework
- Language: TypeScript
- Homepage: https://proofer.tech
- Size: 13.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 프루퍼 (Proofer) Monorepo
프루퍼팀 통합 홈페이지
## Features
- www: 랜딩 페이지
- insight: 프루퍼 인사이트
- insight-demo: 프루퍼 인사이트 데모
## Stacks
- [Mantine](https://mantine.dev)
- [Next.js](https://nextjs.org/)
- [PostCSS](https://postcss.org/) with [mantine-postcss-preset](https://mantine.dev/styles/postcss-preset)
- [TypeScript](https://www.typescriptlang.org/)
- [Jest](https://jestjs.io/) setup with [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
- ESLint setup with [eslint-config-mantine](https://github.com/mantinedev/eslint-config-mantine)
## npm scripts
### Build and dev scripts
- `dev` – start dev server
- `build` – bundle application for production
- `analyze` – analyzes application bundle with [@next/bundle-analyzer](https://www.npmjs.com/package/@next/bundle-analyzer)
### Testing scripts
- `typecheck` – checks TypeScript types
- `lint` – runs ESLint
- `prettier:check` – checks files with Prettier
- `jest` – runs jest tests
- `jest:watch` – starts jest watch
- `test` – runs `jest`, `prettier:check`, `lint` and `typecheck` scripts
### Other scripts
- `prettier:write` – formats all files with Prettier
## Rules
### NEXT.JS
- `Using App Router`
### layers