CultureHQ / SharePoint

CultureHQ's SharePoint add-in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SharePoint

Build Status

CultureHQ's SharePoint add-in.

Getting started

Ensure you have node and npm installed. Note that SharePoint only supports up to node v6, so you'll need to make sure that's your active node version. If you need to handle installing multiple, try using nvm.

In the root of the directory, run npm install to install the necessary dependencies. You can then run npm run serve to start a local workbench server with which you can work on the add-in. Note that on Mac, the default page that this command opens does not work, and you will need to instead open the generated temp/workbench.html file and refresh when changes are made.

Deployment

Run npm run package in the root directory. This will create two things:

They can then load the Upcoming Events webpart onto a SharePoint page and configure it appropriately.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/CultureHQ/SharePoint.

License

The code is available as open source under the terms of the MIT License.

About

CultureHQ's SharePoint add-in

License:MIT License


Languages

Language:TypeScript 87.0%Language:CSS 11.4%Language:JavaScript 1.6%