OpenInfraMX’s development enviroment.
Getting Started
This guide will help you to set your development enviroment, follow this guide in case you want to help OpenInfraMX.
Linux
Pre-requisites
Tool | Version | Description |
---|---|---|
Git | Version Control System. | |
Hugo | extended version 0.97.0 or above. | The theme is built using this. |
Node.js and NPM | NODEJS 16 or above | used for installing CSS and JS dependencies, and building the assets. |
GO | 1.12 or above | recommended to have when using Hugo |
Installation
- Clone the OpenInfraMX’s repository and its submodules
git clone --recurse-submodules --depth 1 https://github.com/opensource-latinamerica/openinframx
- Install npm dependencies
npm install
- Start the server
hugo server
Final Words
Any contribution is welcome, feel free to reach us through our GitHub repository. This could be an amazing journey.