This repository provides a learning path for getting started with Apax and AX Projects. It includes a presentation that covers the basics of package management, using Apax, building projects, and more.
To start the presentation, please click on the link below:
Get started with Apax and AX Projects
Before you can view the presentation locally, you need to have reveal-md
installed. Ensure you have Node.js and npm installed on your machine.
Download and install Node.js from the official website. npm is included with Node.js.
Once Node.js and npm are installed, you can install reveal-md
globally using the following command:
npm install -g reveal-md
The slides.md
file contains the content for the presentation. To view the presentation locally, use the command:
reveal-md slides.md --watch --theme theme/simatic-ax.css -css theme/simatic-ax.css
To generate a static version of the presentation for GitHub Pages, use the command:
reveal-md slides.md --static docs --theme theme/simatic-ax.css -css theme/simatic-ax.css --assets-dir dist --staticDirs img
The static files will be generated in the docs
directory, which can be used to host the presentation on GitHub Pages.
Thanks for your interest in contributing. Anybody is free to report bugs, unclear documentation, and other problems regarding this repository in the Issues section or, even better, is free to propose any changes to this repository using Merge Requests.
Please read the Legal information