joplin-multi-note-viewer/dev-setup.sh

11 lines
134 B
Bash
Raw Normal View History

2022-02-21 18:04:18 +00:00
#!/bin/bash
cd client
nvm use
npm install
npm run build
cd ../server
cp -Rpv ../client/dist .
echo "All set up for local dev work!"