This is a small and easy webpage editor for the homepage of Jana Goellner.
It offers the possibility to import and export json definitions. The definition consists of pages and each page has a specific layout type. Each layout comes with different properties like a markdown text and images (or a subset of page definitions for the cards layout (aka blog)).
Please be aware, that this is not a production ready editor. Its just for providing an easy, CMS like, editor for the owner of the page.
Homepage for a midwife and Alternative practitioner from germany, thuringia. Visit the deployed homepage here:
This project was bootstrapped with Vite.
-
Clone the project
git clone [email protected]:Tschuck/homepage-jana-goellner.git
-
Bootstrap the project
cd ./homepage-jana-goellner.git pnpm install
This will install dev dependencies.
-
Start the application
pnpm run dev
-
Build the application
pnpm run build