This website requires JavaScript.
Explore
Help
Sign In
rixty
/
SillyTavern
mirror of
https://github.com/SillyTavern/SillyTavern.git
Watch
1
Star
0
Fork
You've already forked SillyTavern
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
456c4c333f
SillyTavern
/
Start.bat
6 lines
69 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-07-20 19:32:15 +02:00
pushd
%~dp0
call
npm install --no-audit
Modify Start.bat to pass parameters
2024-01-13 15:05:12 +01:00
node server.js
%*
Initial commit
2023-07-20 19:32:15 +02:00
pause
popd