This repository contains the source code for the website hosted at https://www.matbadev.com/.
- Install Node and NPM by installing NVM and running
nvm install
- Install Browsersync using
npm install -g browser-sync
- Install project dependencies using
npm install
- Start a local server running the project with
npm start