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

https://github.com/stmoreau/bookmarker

:bookmark_tabs: bookmarker electron application
https://github.com/stmoreau/bookmarker

electron electron-application

Last synced: about 2 months ago
JSON representation

:bookmark_tabs: bookmarker electron application

Awesome Lists containing this project

README

          

# Bookmarker

A simple bookmarker application using Electron.

## Getting Set Up

Clone down the repository and install the dependencies.

```
npm install
```

To start the application run

```
npm start
```