The new template viewer and editor.
After cloning the repository
git clone https://github.com/DFOnline/templateInstall the dependencies
npm iBoot up a development server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openEverything inside src/lib is the library, src/routes is the preview app used for testing.
To build the library:
npm run packageTo create a production version of the preview app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.