Install the latest version of Deno
Install the latest version of Redis to create an instance
you must install and configure the obsidian dev tool
If you are running this demo on a windows machine, ensure you are using Windows Subsystem for Linux (WSL2).
must use deprecated version of deno: deno upgrade --version 1.21.3
deno install -qAf --unstable https://deno.land/x/denon/denon.ts
To start the program:
- run redis-server to start redis.
- open another bash terminal and set the path variables in the terminal: export DENO_INSTALL="/home/crawforn/.deno" export PATH="$DENO_INSTALL/bin:$PATH"
- run denon start in your terminal
- open localhost:3000/
Required Repairs
- fix line 10 on deps.ts; the obsidian wrapper is still using dev.jspm.io on deno.land