Working title of the project is studio-preview. Open source site creator based on headless CMS Strapi backend. JavaScript framework used is Svelte due to its performance.
As an example we have a preconfigured basic leaflet page:

You go to backend admin panel and create new Page. This makes it available on your frontend.

I want MVP to have all components necessary to build a basic leaflet page. For now we only have one simple Hero component from the example. Coming soon will be a section for placing text and photos as well as a classic carousel.
- customizing the layout and theme that will leverage the Tailwind/DaisyUI configuration
- running live playground page
To run the project you need to have studio-preview up and running
Then:
-
cp .env.example .env -
npm run develop
