Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 961 Bytes

contributing.md

File metadata and controls

46 lines (26 loc) · 961 Bytes

Contributing Guide

This site is built using Hugo static site generator and the hugoplate theme.

Local development setup.

First you need to clone.

⚙️ Prerequisites

To start the local development, you need to have some prerequisites installed on your machine.

👉 Install Dependencies

Install all the dependencies using the following command.

npm install

👉 Development Command

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/)

🎬 Still Confused? Watch a Quick Video

hugoplate-quick-setup.mp4