Follow these steps to set up the Microcks.io repository locally.
First, fork the Microcks.io repository to your GitHub account.
Next, clone the forked repository to your local machine:
git clone https://github.com/YOUR-USERNAME/microcks.io.gitReplace YOUR-USERNAME with your GitHub username.
cd microcks.ioMicrocks.io is powered by Hugo. You need to install it to run the website locally.
Follow the official installation guide for your operating system: Hugo Installation.
Run the following command to start the local development server:
hugo serverThis will download the necessary Hugo modules and start a local server.
Once the server is running, open your browser and go to:
Now you can see the Microcks.io website running locally!
Check out our CONTRIBUTING guide for details. Happy coding! 🚀