Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (28 loc) · 1.82 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.82 KB

PixaPoint

PixaPoint is an AddIn for Microsoft Powerpoint to add copyright free images from PixaBay. It will add a side bar to seach and insert images: screenshot of pixapoint, a PowerPoint plugin to search PixaBay

This project was generated with Angular CLI version 1.0.3.

Development

Build Status

Development environment

  1. Create a file src/app/private.config.ts with following content:
export class PrivateConfig
{
    // get your api key from https://pixabay.com/api/docs/
    static readonly pixabayApiKey = 'your-api-key';
}
  1. Set up the standard office development environment as shown at https://dev.office.com/docs/add-ins/testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins

  2. Start server with ng serve --watch --ssl

  3. Use F12Chooser (located in Windows 10 at C:\Windows\SysWOW64\F12\F12Chooser.exe) for debugging.

Development server

Run ng serve --watch --ssl for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run npm test to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.