Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 784 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 784 Bytes

SQLite Viewer

A ReactJS web app to view and interact with SQLite databases. All in the browser.

Netlify Status MIT License

Running

Clone the repo then run npm install to get everything set up.

  • For a live development build: npm run start.
  • For a production build: npm run build.

Built with