https://github.com/jessescn/custom-notion-template
Clone and customize your notion using Electron
https://github.com/jessescn/custom-notion-template
electron
Last synced: 5 months ago
JSON representation
Clone and customize your notion using Electron
- Host: GitHub
- URL: https://github.com/jessescn/custom-notion-template
- Owner: jessescn
- Created: 2021-03-21T18:13:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T18:18:00.000Z (over 5 years ago)
- Last Synced: 2024-10-28T16:13:52.211Z (over 1 year ago)
- Topics: electron
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Notion Template
Run your Notion as desktop app and customize as you like using CSS and Javascript.
# Running
Just clone this repo and run this two commands:
```bash
$ yarn
or
$ npm install
$ yarn start
or
$ npm start
```
It will open a browser window with your notion app. Simple like that!