Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wildlyinaccurate/news-core-experience
An attempt at building a super-lightweight core experience for BBC News.
https://github.com/wildlyinaccurate/news-core-experience
Last synced: 5 days ago
JSON representation
An attempt at building a super-lightweight core experience for BBC News.
- Host: GitHub
- URL: https://github.com/wildlyinaccurate/news-core-experience
- Owner: wildlyinaccurate
- License: isc
- Created: 2016-07-21T23:09:56.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T23:32:24.000Z (11 months ago)
- Last Synced: 2024-02-15T02:03:11.561Z (9 months ago)
- Language: JavaScript
- Homepage: https://wildlyinaccurate.com/news-core-experience/
- Size: 355 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BBC News Core Experience
An attempt at building a super-lightweight core experience for BBC News. More information: [https://wildlyinaccurate.com/redefining-the-bcc-news-core-experience/](https://wildlyinaccurate.com/redefining-the-bcc-news-core-experience/)
## Building the app
Node v6 or higher is required.
```
git clone [email protected]:wildlyinaccurate/news-core-experience.git
cd news-core-experience
npm install
npm run build-app
```This will produce the file `public/index.html`.
## License
See [LICENSE.md](./LICENSE.md)