This is a Svelte project intended to be used to test persistent volumes on Railway. It is a feed where you can add text and/or image(s). Everything is persistent to the attached volume (if it exists).
You should be able to just deploy this straight to Railway without changing anything. The only thing that is required is that the RAILWAY_STATIC_URL
environment variable exists since it is needed by the Svelte node-adapter.
pnpm install
pnpm run dev