Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
A simple Aufbau app for downloading files.
JavaScript CSS HTML
Branch: master

README.md

Aufbau files

A simple Aufbau app for downloading files.

Setup

Fork this repository and add your own files to the files/ folder.

Including in your Aufbau app

Generally, you wouldn't publish this repository to npm so you include it your Aufbau package.json with <github-username>/<repo-name>. You can also add a commit sha preceeded by a # if you want to keep it versioned.

Then the following to your apps.json. If you've changed the name of the repo, make sure packageName corresponds to the new name

{
    "displayName": "Files",
    "package": {
      "aufbau-files": "ajam/aufbau-files"
    },
    "indexPath": "src/index.html",
    "buildCmd": "npm run build"
}
Something went wrong with that request. Please try again.