Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 455 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 455 Bytes

matbadev.com

This repository contains the source code for the website hosted at https://www.matbadev.com/.

Developing

  1. Install Node and NPM by installing NVM and running nvm install
  2. Install Browsersync using npm install -g browser-sync
  3. Install project dependencies using npm install
  4. Start a local server running the project with npm start