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
- Host: GitHub
- URL: https://github.com/n0str/geditor.js
- Owner: n0str
- Created: 2022-05-13T17:52:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T11:24:24.000Z (about 4 years ago)
- Last Synced: 2025-02-04T15:49:51.650Z (over 1 year ago)
- Language: TypeScript
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GEditor.JS project
## Building
In the `frontend` folder
```
yarn build
```
In the `api` folder
```
make build
```