- Deno
- Shell (Mac, Linux):
curl -fsSL https://deno.land/install.sh | sh - PowerShell (Windows):
iwr https://deno.land/install.ps1 -useb | iex
- Shell (Mac, Linux):
cd into directory
deno run --allow-run index.ts server to launch server
deno run --allow-run index.ts darktower to launch dir watcher
deno run --allow-run index.ts darktower upgrade to update the file being watched with the latest changes from the file being updated
- Allow running of project and watcher at the name time (maybe)
- Set enviroment variables of dir to watch and update
watch=dir to watchsdk= dir to updatewatchfs= name of dir to watch- replace the above with the directories you would like to watch
- This might not work on windows