This repository serves as an example of how you can use Easyblocks to create a page builder.
npm install
Easyblocks editor requires an external service for saving, updating and versioning of your documents and templates. In order to play around with this demo we recommend using our simple and free cloud service. You'll be able to provide your custom one later (read here for more info).
- Go to https://app.easyblocks.io and create a free account.
- Go to "Playground project"
- Copy acccess token
- Create
.env.local
file and assign the acquired token toNEXT_PUBLIC_EASYBLOCKS_ACCESS_TOKEN
environment variable.
npm run dev