Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 992 Bytes

CONTRIBUTING.md

File metadata and controls

53 lines (37 loc) · 992 Bytes

Contributing

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

Setup

git clone [email protected]: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

npm run deploy

This will automatically deploy the src/_book folder on GitHub pages. 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-2019.

See the LICENSE file for more details.