Thanks for taking the time to improve the project!
Localforge only gets better when smart folks like you open issues, file PRs, and share feedback.
- Ground Rules
- Getting Set Up
- Workflow: Issues → PRs
- Coding Standards
- Commit & PR Style
- Testing
- Developer Certificate of Origin (DCO)
- Code of Conduct
- Need Help?
- Search first – duplicates create noise.
- Small, focused PRs beat giant mega‑changes.
- Performance wins are great; readability wins are better.
- Be decent humans – no harassment, no politics flame‑wars. (See Code of Conduct.)
# Clone your fork (replace USERNAME)
git clone https://github.com/rockbite/localforge.git
cd localforge
# Install deps
npm install
# Run the dev build
npm run server # starts UI + API on localhost:PORT (from env)