How to Install Wikmd on Windows 10

This tutorial will guide you through the process of installing Wikmd on your Windows 10 machine.

Prerequisites

Before proceeding with the installation, make sure you have the following installed on your machine:

  • Node.js (version 10 or higher)
  • Git

Steps

  1. Open the Command Prompt on your computer by pressing the Windows + X key and selecting "Command Prompt".

  2. Clone the Wikmd repository from Github by typing the following command and pressing Enter.

git clone https://github.com/Linbreux/wikmd.git
  1. Navigate to the Wikmd directory that has been cloned on your machine by entering the following command in Command Prompt and pressing Enter:
cd wikmd
  1. Install the necessary dependencies for Wikmd by executing the following command in Command Prompt:
npm install
  1. Once the dependencies have been installed, you can start up the Wikmd application by entering the following command in Command Prompt:
npm run start
  1. When you see the "Server running at http://localhost:3000" message, the Wikmd application is ready to be used.

  2. Open your web browser and type "http://localhost:3000" in the address bar.

  3. You should now see the Wikmd application running in your browser. You can now start creating and editing Markdown files.

Congratulations! You have successfully installed Wikmd on your Windows 10 machine.