You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,9 +20,9 @@ This repository contains the source code of [os.prozilla.dev][demo] as well as m
20
20
ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows. It is made with React, Vite and TypeScript by [Prozilla][prozilla].
21
21
22
22
<divalign="center">
23
-
<br />
24
-
<a href="https://os.prozilla.dev/"><img src="https://os.prozilla.dev/assets/screenshots/screenshot-files-info-taskbar-desktop.png" width="720" alt="Screenshot of ProzillaOS" /></a>
25
-
<br />
23
+
<br />
24
+
<ahref="https://os.prozilla.dev/"><imgsrc="https://os.prozilla.dev/assets/screenshots/screenshot-files-info-taskbar-desktop.png"width="720"alt="Screenshot of ProzillaOS" /></a>
25
+
<br />
26
26
</div>
27
27
28
28
<!-- #endregion about -->
@@ -35,31 +35,30 @@ Make sure you have [NodeJS](https://nodejs.org/en) (version v18.12 or higher) in
4. Test local dev server by visiting [localhost:3000](http://localhost:3000/)
57
57
58
-
> [!WARNING]
59
-
> In a local environment, ProzillaOS packages will try to import uncompiled versions of other ProzillaOS packages from their respective `src` directory. If this does not happen correctly and a package tries to import a compiled version of another package from its respective `dist` directory, you might run into an error message saying `module not found`. Executing the command `pnpm run packages:build` will compile each package into their `dist` directories and resolve this error.
60
-
61
58
<!-- #endregion getting-started -->
62
59
60
+
For more information, refer to the [self-hosting guide](https://os.prozilla.dev/docs/guides/self-hosting).
61
+
63
62
<!-- #region packages -->
64
63
65
64
## Packages
@@ -113,7 +112,6 @@ These resources can help you get started with ProzillaOS.
0 commit comments