Skip to content

demo app to demonstrate the features Obsidian 2.0

License

Notifications You must be signed in to change notification settings

dsymiller/new-obsidian-demo

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.8%
  • CSS 22.7%
  • JavaScript 4.3%
  • Dockerfile 0.2%