This site is built using Hugo static site generator and the hugoplate theme.
First you need to clone.
To start the local development, you need to have some prerequisites installed on your machine.
Install all the dependencies using the following command.
npm install
Start the development server using the following command.
npm run dev
or
hugo serve
Open your browser at the address shown on the command line. (Usually http://localhost:1313/)