Rotion is an application similar to Notion that was created using Electron with React and TypeScript.
$ pnpm install
$ pnpm dev
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux
Create a new release by creating a tag using the semantic version:
$ git add .
$ git commit -m 'your message commit'
$ git tag v.1.0.0
$ git push --tags