Showing 2 Result(s)
Excalidraw

Install Excalidraw server on local system

What is Excalidraw Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them. Clone the repo Excalidraw is opensource, which can be installed locally by cloning it’s Github repository. git clone https://github.com/excalidraw/excalidraw.git Change directory cd excalidraw Install the dependencies yarn Start the server yarn start …

Git and Virtualmin

Introduction to Git Git is a source-code control system that allows multiple developers to work on the same project. Each developer has a copy of the repository on his workstation, and can check in changes to that repository and synchronize it with a central server. Other developers can then fetch those changes by synchronizing their …