-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Not necessarily "missing", but it would be super helpful to have some instructions on how to build CSS artefacts using vite
. I for one am an utter n00b when it comes to F/E build systems - I find them too complicated for their own good and they appear to change more often than I have coffee in the morning - regardless, I've managed to get this far, but would be great to have this formally declared:
nvm use 20 && \
cd client/src && \
npm install -g -D vite && \
yarn install && \
vite
I now see errors for missing keys, due to a developer/maintainer specific path /Applications/MAMP/Library/OpenSSL/certs/${host}
but I haven't used MAMP since the early 2000s and am a Linux user, so not much use to me :-(
Could you possibly provide some docs or even copy/paste commands with some suggestions? Even this would be super-useful!
Thanks heaps :-)