Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 526 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 526 Bytes

Netcentric Open Source Site

https://netcentric.github.io

Contribute

  1. Clone the repository
  2. Create Markdown pages
  3. Test your content locally
  4. Open a PR

Install dependencies

On the root folder of the project:

npm i

Install Hugo

This site is built using Hugo.

brew install hugo
# or
port install hugo

Local server

On the root folder of the project:

hugo server

Build locally

On the root folder of the project:

hugo