Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 591 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 591 Bytes

CVN Tech blog

Installation

This repo is tested on Node v12.20.1. While earlier versions of nodejs may be compatible, they have not been tested or verified.

1. Install required Software

2. Install packages

  1. Open Terminal and cd to tech-blog repository.
  2. Run the command npm install to install dependencies packages
  3. That's all.

How to run tests

Firstly, opening a terminal and cd to tech-blog repository, then execute the below command:

npm test