mProjectsCode / obsidian-stats

https://www.moritzjung.dev/obsidian-stats/
GNU General Public License v3.0
14 stars 3 forks source link

Not possible to run #7

Closed 4Source closed 8 months ago

4Source commented 8 months ago
bun run index.ts

Didn't work

D:\Documents\Projekte\Aktuell\obsidian-stats>bun --version
1.0.30

D:\Documents\Projekte\Aktuell\obsidian-stats>bun run index.ts
error: Script not found "index.ts"
mProjectsCode commented 8 months ago

Script not found "index.ts"

Because there is no index.ts.

mProjectsCode commented 8 months ago

if you want to update the data, look at the root package.json and it's scripts. If you want to start the website, look at website/package.json (cd website && bun run dev to start the dev server and cd website && bun run build to make a prod build of the website).