Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 473 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 473 Bytes

Easy HTML Editor

Getting started

  1. Make a fork of this repository and clone it to your computer.
  2. Install Yarn, a package manager.
  3. Navigate to the root directory of this project and run yarn to install all the dependencies. This might take a while.
  4. Run yarn global add @vue/cli which installs another dependency.
  5. Run yarn run serve which will start the development server. To exit, enter Ctrl+C in the console.