An open API service indexing awesome lists of open source software.

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

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!