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