Tweek footer content location & copyright date
1 file changed
tree: 9a5062ba9db2440dde6a307e1b6bde509e2f4189
  1. content/
  2. src/
  3. .eslintrc.yml
  4. .gitignore
  5. package-lock.json
  6. package.json
  7. README.md
  8. webpack.config.js
README.md

Apache Annotator (incubating) Website

The site is currently in static HTML hosted out of the content/ directory.

Any pre-generated/rendered content or documentation should be added to additional folders in the root of this repo.

Publishing

Currently, master and asf-site should be kept in sync. The asf-site branch gets published to an Apache HTTPD static hosting environment run by the Apache infrastructure team.

Developing

Install dev dependencies with npm install.

Compile the ES6 code with npm run build.

Code for the demo lives inside of the src/ directory.

License

Apache License 2.0 (obviously...:wink:)