A handy, printable, A4 flyer with frequently asked questions about electric vehicles. Answers things like:
If you're constantly being asked those questions as an EV driver, feel free to print this out, and hand out to people who are interested in EV's.
The best way to contribute is to help with translation into other languages. If you would like to translate this flyer into your language, you can join the translation project on POEditor.
If you spot any errors or if any anything is out of date, please open an issue or a pull request.
The flyer is built with Svelte + SvelteKit and rendered to PDF using electron-pdf
.
To develop locally and preview in the browser, start a dev server with:
npm run dev
To build an actual PDF, set the desired language and run the build command:
export VITE_LANGUAGE=en
npm run pdf:build
The resulting file will be in the build
directory.