TemplateEdit is a software project that allows users to edit template files such as twig and svelte, with a live preview render. It also has a data editor to customize what data gets injected into the template. TemplateEdit provides an easy and intuitive way to create and edit templates with a live preview.
- Implement Monaco editor within React
- Add functionality to create templates using the editor
- Add logic to render templates inside a preview window
- Add the ability to upload and use files within a template
- Add a home dashboard to display all templates and files
Clone the project
git clone https://github.com/twilsonn/template-edit
Go to the project directory
cd template-edit
Install dependencies
yarn install
Start the server
yarn dev