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

https://github.com/netcentric/cn-website


https://github.com/netcentric/cn-website

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# netcentric.biz Relaunch
Relaunch of the [netcentric.biz](https://www.netcentric.biz) website.

## Environments
- Preview: https://main--cn-website--netcentric.aem.page
- Live: https://main--cn-website--netcentric.aem.live

## Installation

```sh
npm i
```

## Tests

```sh
npm tst
```

## Local development

1. Clone this repository
1. Install the [AEM CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/aem-cli`
1. Start AEM Pages Proxy, execute while being in `cn-website`: `aem up` (opens your browser at `http://localhost:3000`)
1. Open the `cn-website` directory in your favorite IDE and start coding :)