aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2023-08-23 01:09:10 -0400
committerPauline <git@ethanlibs.co>2023-08-23 01:09:10 -0400
commita7c97d40a34b09d3f488a60106ba82ecd0e8b61e (patch)
treebb5ec157826d2997731c15a413ce8b669f8debf2 /README.md
parentcec45d997807679e9033538b11e9478874542f15 (diff)
downloadNexus-a7c97d40a34b09d3f488a60106ba82ecd0e8b61e.tar.gz
Nexus-a7c97d40a34b09d3f488a60106ba82ecd0e8b61e.tar.bz2
Nexus-a7c97d40a34b09d3f488a60106ba82ecd0e8b61e.zip
initial community health files
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 21 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4d13815..7a59bfa 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,21 @@
-# Nexus
-A monorepo that houses our tools, launcher, and website.
+# **Nexus**
+
+![Logo](pkgs/assets/images/NexusLogo.png)
+
+A monorepo containing our website, launcher, and tools used by Polyfrost.
+
+[**polyfrost.org ยป**](https://polyfrost.org)
+
+## Apps
+
+- [**`apps/desktop`**](apps/launcher): The Polyfrost launcher.
+- [**`apps/website`**](apps/website): The Polyfrost website.
+- [**`apps/cli`**](apps/cli): Our launcher's CLI.
+
+## Packages
+
+- [**`core`**](core) The core of our launcher, written in Rust.
+- [**`pkgs/client`**](pkgs/client) A TypeScript client library to handle dataflow via RPC between UIs and our Rust core.
+- [**`pkgs/ui`**](pkgs/ui) A shared React component library for our UIs.
+- [**`pkgs/interface`**](pkgs/interface) The complete user interface for our Launcher.
+- [**`pkgs/config`**](pkgs/config) A TypeScript library to handle configuration files.