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

https://github.com/n0str/geditor.js

Single-page notes application based on EditorJS and written in Go
https://github.com/n0str/geditor.js

Last synced: about 1 year ago
JSON representation

Single-page notes application based on EditorJS and written in Go

Awesome Lists containing this project

README

          

# GEditor.JS project

## Building

In the `frontend` folder
```
yarn build
```

In the `api` folder
```
make build
```