dsymiller / new-obsidian-demo

demo app to demonstrate the features Obsidian 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new-obsidian-demo

A demo app to demonstrate the features of Obsidian 2.0

To try it out:

  1. Install the latest version of Deno
  2. Install the latest version of Redis to create an instance
  3. Create a .env with:
PG_URI=[your postgres URI]
REDIS_HOST=localhost
  1. Run the following script:
deno run --allow-env --allow-net --allow-read --unstable new-server.tsx -c tsconfig.json

About

demo app to demonstrate the features Obsidian 2.0

License:MIT License


Languages

Language:TypeScript 72.7%Language:CSS 22.7%Language:JavaScript 4.3%Language:Dockerfile 0.2%