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
Open the Command Prompt on your computer by pressing the
Windows + Xkey and selecting "Command Prompt".Clone the Wikmd repository from Github by typing the following command and pressing
Enter.
git clone https://github.com/Linbreux/wikmd.git
- 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
- Install the necessary dependencies for Wikmd by executing the following command in Command Prompt:
npm install
- Once the dependencies have been installed, you can start up the Wikmd application by entering the following command in Command Prompt:
npm run start
When you see the "Server running at http://localhost:3000" message, the Wikmd application is ready to be used.
Open your web browser and type "http://localhost:3000" in the address bar.
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.