⚡ A batteries included starter kit for elm projects.
To setup the local environment you can run pnpm dev:setup to install all local project dependencies and setup local ssl certificates.
In production there are no extra steps to take, just be sure your site has an SSL key and certificate configured and linked via the SSL_KEY_PATH and SSL_CERT_PATH environment variables in the backend .env file or environment generally.
To run the application locally, you can run pnpm dev which will simultaniously run the frontend elm application, backend api, the project tests in watch mode and linting in watch mode.
To run the application in production, you can run pnpm start which will build the project, minify assets and then run the application.