Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielborges2000/rotion_electron_app
https://github.com/gabrielborges2000/rotion_electron_app
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielborges2000/rotion_electron_app
- Owner: GabrielBorges2000
- Created: 2024-01-16T05:10:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T19:54:53.000Z (10 months ago)
- Last Synced: 2024-02-26T20:57:16.247Z (10 months ago)
- Language: TypeScript
- Size: 435 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rotion
Rotion is an application similar to Notion that was created using Electron with React and TypeScript.
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ pnpm install
```### Development
```bash
$ pnpm dev
```### Build
```bash
# For windows
$ pnpm build:win# For macOS
$ pnpm build:mac# For Linux
$ pnpm build:linux
```
## Create New ReleaseCreate a new release by creating a tag using the semantic version:
```bash
$ git add .
$ git commit -m 'your message commit'
$ git tag v.1.0.0
$ git push --tags
```