Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guardian/open-platform-site
Build applications with the Guardian
https://github.com/guardian/open-platform-site
production
Last synced: 12 days ago
JSON representation
Build applications with the Guardian
- Host: GitHub
- URL: https://github.com/guardian/open-platform-site
- Owner: guardian
- License: apache-2.0
- Created: 2014-05-15T11:29:43.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-11-03T16:21:11.000Z (about 1 year ago)
- Last Synced: 2024-08-10T14:08:46.557Z (3 months ago)
- Topics: production
- Language: JavaScript
- Homepage: https://open-platform.theguardian.com/
- Size: 49 MB
- Stars: 5
- Watchers: 22
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
open-platform-site
==================## Running Locally
### Install gulp
```
cd build
npm install gulp
```### Run gulp
```
cd build
npx gulp
```## Viewing documentation locally
We use the content negotiation on GitHub Pages to resolve paths without a file extension
e.g. `tag.html` is resolved as `tag` by GitHub Pages.
When running locally to view the file add back the file extension e.g. `http://localhost:18080/documentation/tag.html`