easyblockshq/easyblocks

Is there an open source backend for this project?

Opened this issue · 2 comments

I want to create my own backend, but I don't know how to start and the documentation doesn't have much information

The current docs shows how to set the access token from the cloud service and the Types needed for a custom backend but missing how to link a custom backend i.e Express backend!

I see docs missing what possible configurations for backend:

import { Config, EasyblocksBackend } from "@easyblocks/core";

export const easyblocksConfig: Config = {
  backend: new EasyblocksBackend({
    accessToken: "<<< your access token >>>",
  }),
  // ...
};

Thank you for this excellent easy to use Page builder.

same question, i want see express app backend and not use access token