https://github.com/netcentric/innovationlab-blog
https://github.com/netcentric/innovationlab-blog
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netcentric/innovationlab-blog
- Owner: Netcentric
- License: apache-2.0
- Created: 2023-04-18T11:35:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T15:32:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T16:12:41.084Z (4 months ago)
- Language: JavaScript
- Size: 274 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# "New Horizon" - Innovation Lab Blog
For further, detailed information about this initiative please visit https://projects.netcentric.biz/wiki/display/DDE/Franklin+@+innovationlab+concept
## Environments
- Preview: https://main--innovationlab-blog--netcentric.hlx.page/
- Live hlx domain: https://main--innovationlab-blog--netcentric.hlx.live/
- Live domain: https://newhorizons-blog.innovationlab.cx/## Authoring Setup
1. Install the [Sidekick browser extension](https://www.hlx.live/tools/sidekick/).
1. [Configure the extension](https://www.hlx.live/tools/sidekick/?project=Innovationlab+Blog&giturl=https%3A%2F%2Fgithub.com%2Fnetcentric%2Finnovationlab-blog%2Ftree%2Fmain). Additional your have to set the production URL manually:
1. go to the extension options
1. edit the `InnovationLab Blog` entry
1. add https://newhorizons-blog.innovationlab.cx/ as `Production Hostname` and save 1. Get access to the [Google Drive folder](https://drive.google.com/drive/u/0/folders/1XrwtS3NgSfc8_qKuYdE7_NV6VMqIWzLm).
## Local development
1. Checkout [this repository](https://github.com/Netcentric/innovationlab-blog): `clone [email protected]:Netcentric/innovationlab-blog.git`
1. Install the [Helix CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/helix-cli`
1. Start Franklin Proxy: `hlx up` (opens your browser at `http://localhost:3000`)
1. Open the checked out repository folder in your favorite IDE and start coding :) no special plugins are required for example [Visual Studio Code](https://code.visualstudio.com/) works fine.