Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.06 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.06 KB

Sharepoint Project Form

This is used for submitting entries for projects and viewing them on Sharepoint

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Prerequisites

What things you need to install the software and how to install them

node
yarn (optional)

Installing

Node:

npm install

Yarn:

yarn install

Compiling

Navigate to the folder then type in

yarn run dev

This will compile the code for javascript and css automatally when file changes are detected.

Production

yarn run production

Automated Sharepoint File Uploading

yarn run spmode

You will need to supply your username, password, and the path of the folder on where you want the public files to be uploaded.

Built With