Skip to content

Code Organization

João GS Pereira edited this page Oct 10, 2024 · 4 revisions

root

.
├── 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

.
└── src/
    ├── locales
    ├── main
    ├── renderer
    ├── shared
    ├── types
    ├── utils
    └── i18next.d.ts 

Project Management

Contributing

Documentation

Clone this wiki locally