Develop and Control Satellites, the Libre Way.
The Free/Libre and Open Source Satellite Development and Control Platform, since 2014.
# 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
# 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
See CONTRIBUTING.md.
This is a Free/Libre and Open Source Software project. Be part the community!
These licenses do, if not otherwise specified, apply to all packages in this repository.
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 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.