Sveltekit client server
Check the opforu-server readme
for information on starting the service server. it must be running in order for the client to make any requests.
Once the service server is up and running install the dependencies with npm install
and start the sveltekit development server.
npm run dev
To create a production build of the client you can run:
npm run build