mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
readme
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
"dev": "bun web",
|
||||
"web": "cd web && bun dev",
|
||||
"web:build": "bun run --filter '*' build",
|
||||
"cli": "bun run --watch scripts/run.ts",
|
||||
"ts": "bun run --watch scripts/run.ts",
|
||||
"seed": "bun --watch scripts/seed.ts",
|
||||
"tauri": "tauri",
|
||||
"app": "tauri dev",
|
||||
"app:build": "bun tauri build -b dmg -v"
|
||||
},
|
||||
"workspaces": [
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# [Learn-Anything.xyz](https://learn-anything.xyz)
|
||||
# [learn-anything.xyz](https://learn-anything.xyz)
|
||||
|
||||
> Organize world's knowledge, explore connections and curate learning paths
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
- [api](api) - http services (using TS/[Encore](https://encore.dev/))
|
||||
- [app](app) - desktop app (wrapping the [website](web) with desktop specific logic) (using [Tauri](https://v2.tauri.app/))
|
||||
- [cli](cli) - cli (using [Go](https://go.dev))
|
||||
- [docs](https://github.com/learn-anything/docs) - public docs hosted on [docs.learn-anything.xyz](https://docs.learn-anything.xyz/) (separate repo, to be managed by LA itself soon)
|
||||
- [docs](https://github.com/learn-anything/docs) - public docs hosted on [docs.learn-anything.xyz](https://docs.learn-anything.xyz/)
|
||||
- [lib](lib) - shared utility functions in TS
|
||||
- [nix](nix) - shared nix code
|
||||
- [scripts](scripts) - utility scripts in TS
|
||||
@@ -24,7 +24,8 @@ Using [Bun](https://bun.sh):
|
||||
bun i
|
||||
```
|
||||
|
||||
> [!NOTE] > `bun setup` is not yet done but will be a command to fully bootstrap a local working env for the project, without it, running `bun web` is impossible yet
|
||||
> [!NOTE]
|
||||
> bun setup is not yet done but will be a command to fully bootstrap a local working env for the project, without it, running `bun web` is impossible yet
|
||||
|
||||
```
|
||||
bun setup
|
||||
|
||||
Reference in New Issue
Block a user