/scrawl

Primary LanguageTypeScriptMIT LicenseMIT

scrawl

scrawl is a block-based editor. It is inspired by Notion but aims to have a cleaner user interface. Additionally, it lets you analyse the mood of the documents you write.

tech stack

  1. Node.js
  2. React
  3. Heroku
  4. Python
  5. Postgresql
  6. Redis

API documentation

Link

pre-build

prepare your .env file using the .env.example file.

build

npm install
cd web && npm install && cd ..
npm run build-dev
npm start

license

MIT