We have two separate projects with separate code bases:
- Armoria, client-side app
- Armoria API, an server-based API.
Fantasy Map Generator also contains a very similar code and all the charges.
It causes issues when we add new charges or change COA rendering routine. I would like to have a single repo containing both client-side code and the API.
We can migrate to SvelteKit to support the same tech stack and deploy it to Vercel to serve both static client and API. Fantasy Map Generator should use API instead of a local logic. This will make things much simpler.
We have two separate projects with separate code bases:
Fantasy Map Generator also contains a very similar code and all the charges.
It causes issues when we add new charges or change COA rendering routine. I would like to have a single repo containing both client-side code and the API.
We can migrate to SvelteKit to support the same tech stack and deploy it to Vercel to serve both static client and API. Fantasy Map Generator should use API instead of a local logic. This will make things much simpler.