library-manager/compile.sh
SuperNovaa41 00ac999983 Adds an endpoint to add books
- Changed the release version for ISBN-lookup because it was out of date
  and broke a feature
- Added an endpoint for adding books with robust error handling
2024-01-24 10:54:38 -05:00

14 lines
180 B
Bash
Executable File

#!/bin/sh
make
cd bin/
wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.2/isbn
chmod +x isbn
cd ..
npm install # setup NPM depedencies
npm run tauri dev