https://github.com/os-js/lerna
OS.js Lerna
https://github.com/os-js/lerna
osjs
Last synced: 9 months ago
JSON representation
OS.js Lerna
- Host: GitHub
- URL: https://github.com/os-js/lerna
- Owner: os-js
- Created: 2019-06-14T21:56:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T00:25:27.000Z (about 4 years ago)
- Last Synced: 2025-06-30T06:41:34.979Z (11 months ago)
- Topics: osjs
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[OS.js](https://www.os-js.org/) is an [open-source](https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE) desktop implementation for your browser with a fully-fledged window manager, Application APIs, GUI toolkits and filesystem abstraction.
[](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)
[](https://opencollective.com/osjs)
[](https://opencollective.com/osjs)
[](https://liberapay.com/os-js/)
[](https://paypal.me/andersevenrud)
[](https://community.os-js.org/)
# OS.js v3 Lerna
This repository contains a [Lerna](https://lerna.js.org/) development setup for OS.js v3.
## Usage
```
# Install dependencies
npm install
# Clone all base repositories
./bin/setup.sh
# Bootstrap lerna
npx lerna bootstrap
```
> **NOTE** The initial lerna bootstrap might take a while and consume a lot of disk space.
The `distros/development` is now set up to use all local npm packages.
From here follow the lerna documentation.
> **NOTE** If you manually use npm manually at any point, run `npx lerna link` afterwards!
## Contribution
* **Become a [Patreon](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)**
* **Support on [Open Collective](https://opencollective.com/osjs)**
* [Contribution Guide](https://github.com/os-js/OS.js/blob/v3/CONTRIBUTING.md)
## Documentation
See the [Official Manuals](https://manual.os-js.org/v3/) for articles, tutorials and guides.
## Links
* [Official Chat](https://gitter.im/os-js/OS.js)
* [Community Forums and Announcements](https://community.os-js.org/)
* [Homepage](https://os-js.org/)
* [Twitter](https://twitter.com/osjsorg) ([author](https://twitter.com/andersevenrud))
* [Google+](https://plus.google.com/b/113399210633478618934/113399210633478618934)
* [Facebook](https://www.facebook.com/os.js.org)
* [Docker Hub](https://hub.docker.com/u/osjs/)