Skip to content

crawfish39/obsidian-demo-3.2

Repository files navigation

new-obsidian-demo

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:

  1. run redis-server to start redis.
  2. open another bash terminal and set the path variables in the terminal: export DENO_INSTALL="/home/crawforn/.deno" export PATH="$DENO_INSTALL/bin:$PATH"
  3. run denon start in your terminal
  4. open localhost:3000/

Required Repairs

  • fix line 10 on deps.ts; the obsidian wrapper is still using dev.jspm.io on deno.land

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages