A demo app to demonstrate the features of Obsidian 2.0
To try it out:
- Install the latest version of Deno
- Install the latest version of Redis to create an instance
- Create a .env with:
PG_URI=[your postgres URI]
REDIS_HOST=localhost
- Run the following script:
deno run --allow-env --allow-net --allow-read --unstable new-server.tsx -c tsconfig.json