frontend for xcvr appview
1hi! welcome to xcvr-frontend!
2
3evidently this is a frontend for the xcvr appview, built with sveltekit. the
4backend is xcvr-backend, also known as rvcx.
5
6to run this, i believe you do npm install and npm run dev. i think you need to
7create a file titled `.env` in this top level directory with text
8`VITE_API_URL=http://localhost:8080` in development, or
9`VITE_API_URL=https://YOUR.DOMAIN` in production, i believe
10
11in production, i use the b script (with sudo) to build and serve, this will
12probably change bc it takes way too long and i don't wanna sit around doing
13nothing for 15 seconds but if you're using the nginx config provided in rvcx,
14that will deploy the built server to the appropriate place more or less.
15
16if you'd like to contribute, i'd appreciate any help with respect to anything,
17but maybe let me know in advance, both cause i probably am leaving out 99999%
18of the information about how these programs actually work, and because as you
19can see my commit history is not the cleanest. git is a bit mysterious to me
20and i mostly have been testing in production since i didn't think learning how
21to set up local oauth testing was worth it a few months ago, but i can be much
22cleaner if others are interested in contributing.
23
24as for licenses, i think this is probably under mit, but i don't know all too
25much about that crap.
26
27beep test