this is only an example project to show the usage of the erecht24 API version 2.
You can only get the imprint and privacy and display them on your page. There is no sync functionality implemented in this scripts. Also see the information in the landingpage!
For more details on how to use this API see the documentation on https://api-docs.e-recht24.de
to install the project use
npm install
to test the project use
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
to create a production ready version of the project use
npm run build
you can preview the production build by using
npm run preview
to deploy the project, you may need to install an different adapter for your target environment.