# Introduction

TIP

This Documentation is built using VuePress

# How to edit this documentation

  1. It is required you have Node.js installed on your computer.
  2. Ask the admin for access to the GitHub repository (the repository is private).
  3. Pull the project from GitHub:
git remote add origin https://github.com/blazpezdir/bsmart-landings-documentation.git
git pull
  1. Install npm dependencies:
npm install
  1. Start development server with npm run command:
npm run docs:dev
  1. Edit the files as you wish.
  2. Push your new files to the GitHub repository:
git add .
git commit -m "my commit description"
git push
  1. Pushed files to GitHub repository are automatically uploaded to Netlify hosting. All the changes should be visible on the live domain docs.bsmart.si in approximately 2-5 minutes.