issues
search
rvion
/
CushyStudio
🛋 The AI and Generative Art platform for everyone
https://docs.cushystudio.com/
GNU Affero General Public License v3.0
684
stars
48
forks
source link
Fix install instructions
#10
Closed
Globidev
closed
1 year ago
Globidev
commented
1 year ago
The
git clone
command didn't work with the provided argument
npm run vscode:dev
wasn't working on windows since
${PWD}
wouldn't be resolved → added
cross-env
as a dev package to allow the use of env variables in a cross-platform way
rvion
commented
1 year ago
awesome !
git clone
command didn't work with the provided argumentnpm run vscode:dev
wasn't working on windows since${PWD}
wouldn't be resolved → addedcross-env
as a dev package to allow the use of env variables in a cross-platform way