https://github.com/netcentric/cn-website
https://github.com/netcentric/cn-website
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netcentric/cn-website
- Owner: Netcentric
- License: apache-2.0
- Created: 2022-11-09T15:34:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-05T08:23:45.000Z (6 months ago)
- Last Synced: 2025-08-05T08:38:38.624Z (6 months ago)
- Language: JavaScript
- Size: 1.38 MB
- Stars: 2
- Watchers: 9
- Forks: 7
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 :)