Skip to content

Files

Latest commit

 

History

History
48 lines (27 loc) · 1.22 KB

INSTALLATION.md

File metadata and controls

48 lines (27 loc) · 1.22 KB

Setting Up the Microcks.io Repository

Follow these steps to set up the Microcks.io repository locally.

1. Fork the Repository

First, fork the Microcks.io repository to your GitHub account.

2. Clone the Repository

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.

3. Navigate to the Project Directory

sh cd microcks.io

4. Install Hugo

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.

5. Start the Local Server

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.

6. View the Website

Once the server is running, open your browser and go to:

http://localhost:1313

Now you can see the Microcks.io website running locally!


Contributing

Check out our CONTRIBUTING guide for details. Happy coding! 🚀