This website's docs

Learn how to use and customise this website to your liking.

Let's get up and runnning

Download the project

got to this [link](https://github.com/csSwansea Timber & Damp Surveys ltd./analog-demo) to access the demo on github

  1. Open VS code
  2. use ctrl/cmd + ` to open the local terminal
  3. type in
    git clone https://github.com/csSwansea Timber & Damp Surveys ltd./analog-demo.git
  4. cd into the analog-demo folder by typing
    cd analog-demo
  5. run
    npm i 
    to install all of the dependencies
  6. use
    npm run dev
    to run the program
  7. have a look around to get familiar with the site and what's included in it

PREV: IDE Setup

NEXT: Core Concepts