# [learn-anything.xyz](https://learn-anything.xyz) > Organize world's knowledge, explore connections and curate learning paths ## Files - [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/) - [lib](lib) - shared utility functions in TS - [nix](nix) - shared nix code - [scripts](scripts) - utility scripts in TS - [web](web) - website hosted on [learn-anything.xyz](https://learn-anything.xyz) (using [React](https://react.dev/)/[Next.js](https://nextjs.org/) + [Jazz](https://jazz.tools/) for local/global state) ## Setup > [!NOTE] > Project is currently in unstable state but actively improving. Reach out on [Discord](https://discord.gg/bxtD8x6aNF) for help. 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 ``` bun setup ``` ## Run website ``` bun web ``` ## Contributing It's best to first join [Discord](https://discord.gg/bxtD8x6aNF) and ask for help in `#dev` channel. You will be onboarded and unblocked fast. Can see [existing issues](../../issues) for things being worked on. See [main issue](../../issues/110) for what's in focus right now. Can [open new issue](../../issues/new/choose) (search existing ones for duplicates first) or start discussion on [GitHub](../../discussions) or [Discord](https://discord.gg/bxtD8x6aNF). Can always submit draft PRs with good ideas/fixes. You will be helped along the way to make it merge ready. ## Join core team We are a small team of core developers right now but are always looking to expand. We will reach out with offer to join us if you contribute to repo in form of PRs. [![Discord](https://img.shields.io/badge/Discord-100000?style=flat&logo=discord&logoColor=white&labelColor=black&color=black)](https://discord.com/invite/bxtD8x6aNF) [![X](https://img.shields.io/badge/learnanything-100000?logo=X&color=black)](https://x.com/learnanything_)