Quick start for devs
Start in in 3 steps:
- Clone the repository
git clone git@github.com:silaorg/sila.git
- Run in your terminal at the root of the repository -
cd sila && npm install && npm run dev
to install all the necessary npm packages and launch a desktop build. - To build for production -
npm run build
Debug with breakpoints
If you want to debug with breakpoints in a VSCode-based editor (e.g Cursor), go to "Start Debugging F5" and start "👉 Debug Electron All".