-
Notifications
You must be signed in to change notification settings - Fork 61
Code Organization
João GS Pereira edited this page Oct 10, 2024
·
4 revisions
.
├── assets
├── configs
├── release
├── scripts
├── src
├── .gitattributes
├── .gitignore
├── .prettierignore
├── .prettierrc
├── .yarnrc.yml
├── CONTRIBUTING.md
├── cspell.json
├── electron-builder.json
├── eslint.config.mjs
├── jest.config.json
├── package-lock.json
├── package.json
├── README.md
├── tailwind.config.ts
└── tsconfig.json
.
└── src/
├── locales
├── main
├── renderer
├── shared
├── types
├── utils
└── i18next.d.ts
Made based on Microsoft wiki for vscode.
Project Management
Contributing
- How to Contribute
- Source Code Organization
- Coding Guidelines
- Working on Guides
Documentation