You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am very foreign to the latest javascript developments, and having notes on how to start making changes to the codebase would be very helpful.
I've gone as far as running npm install, npm run telling me to run vite which I found in node_modules, this provides a local web server, then I copied local.js from public that I put in the root folder (trying things..), which worked for a time but now my changes in this file aren't picked up anymore.
I have a local prosody installed, that works fine.
Describe the solution you'd like
Notes either in the README or in some other file alongside indicating how to get a local setup working and how to make changes.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am very foreign to the latest javascript developments, and having notes on how to start making changes to the codebase would be very helpful.
I've gone as far as running
npm install
,npm run
telling me to runvite
which I found innode_modules
, this provides a local web server, then I copied local.js from public that I put in the root folder (trying things..), which worked for a time but now my changes in this file aren't picked up anymore.I have a local prosody installed, that works fine.
Describe the solution you'd like
Notes either in the README or in some other file alongside indicating how to get a local setup working and how to make changes.
The text was updated successfully, but these errors were encountered: