Skip to content

Este projeto foi feito utilizando Electron e e React onde seria uma aplicação semelhante ao notion. O objetivo era estudar e aprender mais sobre o desenvolvimento descktop.

Notifications You must be signed in to change notification settings

GabrielBorges2000/rotion_electron_app

Repository files navigation

Rotion

Rotion is an application similar to Notion that was created using Electron with React and TypeScript.

Recommended IDE Setup

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux

Create New Release

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

About

Este projeto foi feito utilizando Electron e e React onde seria uma aplicação semelhante ao notion. O objetivo era estudar e aprender mais sobre o desenvolvimento descktop.

Resources

Stars

Watchers

Forks

Packages

No packages published