aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2023-10-14 22:27:27 -0400
committerPauline <git@ethanlibs.co>2023-10-14 22:27:27 -0400
commit2582162cea2b3a59cd21c78f8b73cb03d0acad40 (patch)
tree432057475f3b51850a85e2cba9969bcb79f3a8e6 /README.md
parent06f51ccdc496a6581d098edc424f3973e550221d (diff)
downloadNexus-2582162cea2b3a59cd21c78f8b73cb03d0acad40.tar.gz
Nexus-2582162cea2b3a59cd21c78f8b73cb03d0acad40.tar.bz2
Nexus-2582162cea2b3a59cd21c78f8b73cb03d0acad40.zip
refactor(trunk): refactor the entire project idk
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 7a59bfa..e93b948 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# **Nexus**
-![Logo](pkgs/assets/images/NexusLogo.png)
+![Logo](packages/assets/images/NexusLogo.png)
A monorepo containing our website, launcher, and tools used by Polyfrost.
@@ -8,14 +8,14 @@ A monorepo containing our website, launcher, and tools used by Polyfrost.
## Apps
-- [**`apps/desktop`**](apps/launcher): The Polyfrost launcher.
-- [**`apps/website`**](apps/website): The Polyfrost website.
-- [**`apps/cli`**](apps/cli): Our launcher's CLI.
+- [**`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.
+- [**`core`**](core) The core of our launcher, written in Rust.
+- [**`packages/client`**](packages/client) A TypeScript client library to handle dataflow via RPC between UIs and our Rust core.
+- [**`packages/ui`**](packages/ui) A shared React component library for our UIs.
+- [**`packages/interface`**](packages/interface) The complete user interface for our Launcher.
+- [**`packages/config`**](packages/config) A TypeScript library to handle configuration files.