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:
sh git clone https://github.com/YOUR-USERNAME/microcks.io.git
Replace YOUR-USERNAME with your GitHub username.
sh cd microcks.io
Microcks.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:
sh hugo server
This 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! 🚀