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

ToolVersionDescription
GitVersion Control System.
Hugoextended version 0.97.0 or above.The theme is built using this.
Node.js and NPMNODEJS 16 or aboveused for installing CSS and JS dependencies, and building the assets.
GO1.12 or aboverecommended to have when using Hugo

Installation

  1. Clone the OpenInfraMX’s repository and its submodules
git clone --recurse-submodules --depth 1 https://github.com/opensource-latinamerica/openinframx
  1. Install npm dependencies
npm install
  1. 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.