- Node.js 16+, Git, Tauri
- Clone the repository:
git clone https://github.com/Levminer/authme
- Install node modules:
npm i
- Setup project:
npm run setup
- Run start command:
npm run dev
- Prerequisites
- Run build command:
npm run build
(You can only build for your own OS)
- Use NPM
- Use VS Code
- Use ESLint and Prettier
- Variable and function names: camelCase
- Don't use new npm modules
- Make your PR to the dev branch
- Create changelog:
git log --pretty=format:'* [[%h](https://github.com/Levminer/authme/commit/%h)] %s (%cs)' 3.2.0..HEAD > log.txt