Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 955 Bytes

CONTRIBUTING.md

File metadata and controls

49 lines (34 loc) · 955 Bytes

Contributing

Welcome, so you are thinking about contributing ? Awesome, this a great place to start.

Setup

git clone git@github.com:innovativeinnovation/ubuntu-setup.git
cd ubuntu-setup
npm i

Build

npm run build

or you can use serve task to update source continuously on http://localhost:4000 with

npm run serve

Deploy

GitHub Actions will deploy the src/_book folder with a tag. See https://innovativeinnovation.github.io/ubuntu-setup.

License

The content is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.

The code is licensed under the Apache License 2.0

Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2018.
Modified work (c) William Belle, 2018-2022.

See the LICENSE file for more details.