patterns-dev-krak
v0.1.4
Published
프로그래밍을 위한 좋은 패턴을 기록하고 관리하기
Downloads
5
Maintainers
Readme
patterns-dev-krak
프로그래밍을 위한 좋은 패턴을 기록하고 관리하기
TODOS
- [x] rust로 동작하는 rspress를 통한 SSG 문서 셋업
- [x] 패턴을 작성하기 위한 문서 프릿세 구성
- [x] 배포를 위한 CI/CD 배포프로세스 구성
- [x] 배포 및 테스트 자동화 적용
- [ ] 패턴별 문서 작성
- [ ] mdx 사용 개선
Rspress website
Setup
Install the dependencies:
npm installGet started
Start the dev server:
npm run devBuild the website for production:
npm run buildPreview the production build locally:
npm run preview