Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)