This repository hosts the official alterEgo website
We welcome contributions to improve the documentation and website. To contribute, please follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Follow the installation instructions below to set up the development environment.
- Make your changes and test them locally.
- Commit your changes and push them.
Note
Every commit automatically triggers a GitHub Action that builds the website and publishes it. Please ensure your changes are working as expected before pushing !!!
First, navigate into the project directory and then install the dependencies:
cd alterEGO-documentation
npm install Then run the development server:
npm run startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.