Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
/ libresat Public archive

The Free/Libre and Open Source Satellite Development and Control Platform.

License

Notifications You must be signed in to change notification settings

pojntfx/libresat

Repository files navigation

LibreSat

Develop and Control Satellites, the Libre Way.

LibreSat Logo

The Free/Libre and Open Source Satellite Development and Control Platform, since 2014.

Usage

Website Demo Site Developed on GNU/Linux

# Install dependencies
$ npm install
# Start development versions of all packages
$ npm run dev
# Start development versions of and debugger for all packages (connect by pressing F5 in VSCode)
$ npm run dev:debug
# Start development version of inidividual package
$ npm run dev -- --scope @libresat/identity-frontend
# Start development version of and debugger for individual package (connect by pressing F5 in VSCode)
$ npm run dev:debug -- --scope @libresat/identity-frontend

Deployment

Built for GNU/Linux Built for Docker Built for Kubernetes

# Build production versions of all packages
$ npm run build
# Start production versions of all packages
$ npm run start
# Build production version of inidividual package
$ npm run build -- --scope @libresat/identity-frontend
# Start production version of inidividual package
$ npm run start -- --scope @libresat/identity-frontend
# Publish all packages to npm
$ npm run publish

Contributing

See CONTRIBUTING.md.

Community

Wiki Forum Chat

This is a Free/Libre and Open Source Software project. Be part the community!

Mastodon Twitter Reddit Instagram

Screenshots

Site

Wiki

Licenses

Code License AGPL-3.0 Media License CC-BY-SA-4.0

These licenses do, if not otherwise specified, apply to all packages in this repository.

Code

AGPL-3.0 License

LibreSat Copyright (C) 2018 Felicitas Pojtinger

SPDX-License-Identifier: AGPL-3.0

This program is free software: you can redistribute it and/or modify it under the terms of the GNU/Linux Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU/Linux Affero General Public License for more details.

You should have received a copy of the GNU/Linux Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Media

CC-BY-SA-4.0 License

Media of LibreSat Copyright (C) 2018 Felicitas Pojtinger

SPDX-License-Identifier: CC-BY-SA-4.0

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

The Free/Libre and Open Source Satellite Development and Control Platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published