An open API service indexing awesome lists of open source software.

https://github.com/netcentric/netcentric.github.io

Netcentric Open Source Site
https://github.com/netcentric/netcentric.github.io

Last synced: 2 months ago
JSON representation

Netcentric Open Source Site

Awesome Lists containing this project

README

        

# 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:

```bash
npm i
```

### Install Hugo

This site is built using [Hugo](https://gohugo.io/).

```bash
brew install hugo
# or
port install hugo
```

### Local server

On the root folder of the project:

```bash
hugo server
```

### Build locally

On the root folder of the project:

```bash
hugo
```