Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm install
- run: npm test
40 changes: 12 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
# Eco-growth Discovery

## Overview

Uncover your story with Eco-growth Discovery. This is a Microsoft Office PowerPoint Web Extension.

## Dependabot Configuration

This repository uses a basic `dependabot.yml` file with
# minimum configuration for two package managers

version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"

# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"
# eco-growth
uncover your story
ontdek je verhaal

## About
`Template.pptm` is a PowerPoint macro-enabled template for Microsoft Office Web Extensions.

## Getting Started
1. Run `npm install` to install dependencies.
2. Run `npm start` to start the local development server.
3. Side-load the `manifest.xml` in PowerPoint to start using the extension.
# master
27 changes: 27 additions & 0 deletions manifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<OfficeApp
xmlns="http://schemas.microsoft.com/office/appshome/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
xsi:type="TaskPaneApp">
<Id>47adf105-bcee-4e37-bf03-b5d0c15d7aee</Id>
<Version>1.0.0.0</Version>
<ProviderName>ZinoFlo</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Eco-growth Discovery" />
<Description DefaultValue="Uncover your story with Eco-growth Discovery." />
<!-- <IconUrl DefaultValue="https://localhost:3000/assets/icon-32.png" />
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-64.png" /> -->
<SupportUrl DefaultValue="https://github.com/ZinoFlo/master/issues" />
<AppDomains>
<AppDomain>https://localhost:3000</AppDomain>
</AppDomains>
<Hosts>
<Host Name="Presentation" />
</Hosts>
<DefaultSettings>
<SourceLocation DefaultValue="https://localhost:3000/index.html" />
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
</OfficeApp>
29 changes: 29 additions & 0 deletions npm_output.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

> eco-growth-discovery@1.0.0 start
> http-server -p 3000

Starting up http-server, serving ./

http-server version: 14.1.1

http-server settings:
CORS: disabled
Cache: 3600 seconds
Connection Timeout: 120 seconds
Directory Listings: visible
AutoIndex: visible
Serve GZIP Files: false
Serve Brotli Files: false
Default File Extension: none

Available on:
http://127.0.0.1:3000
http://192.168.0.2:3000
Hit CTRL-C to stop the server

[2026-02-22T06:04:14.068Z] "GET /" "curl/8.5.0"
(node:5766) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(Use `node --trace-deprecation ...` to show where the warning was created)
[2026-02-22T06:04:48.231Z] "GET /" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/143.0.7499.4 Safari/537.36"
[2026-02-22T06:04:48.370Z] "GET /index.js" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/143.0.7499.4 Safari/537.36"
http-server stopped.
13 changes: 10 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"url": "git@github.com:ZinoFlo/master.git"
},
"keywords": [],
"author": "ZinoFlo",
"author": "JulienVink",
"license": "MIT",
"type": "commonjs",
Expand Down
150 changes: 150 additions & 0 deletions sessions.json

Large diffs are not rendered by default.