Ecosyste.ms: Awesome

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

https://github.com/agneym/the-reader

A JAM Stack Reading Mode PWA with React & Netlify Functions
https://github.com/agneym/the-reader

jamstack netlify netlify-functions react styled-components

Last synced: 9 days ago
JSON representation

A JAM Stack Reading Mode PWA with React & Netlify Functions

Lists

README

        

# The Reader App

[![Netlify Status](https://api.netlify.com/api/v1/badges/5c8059fc-4fb0-4ecf-b505-67125e8a12c3/deploy-status)](https://app.netlify.com/sites/competent-nightingale-a5d6b2/deploys)

Blazing Fast


code style: prettier


Twitter Follow

> This project was bootstrapped with [Create React App](https://create-react-app.dev/).

- Icons from [Feathers Project](https://feathericons.com/)
- Styling by [Styled Components](styled-components.com)
- Reading Mode Parser by [Mercury - Postlight](https://github.com/postlight/mercury-parser)
- Serverless Lambda with [Netlify Functions](https://www.netlify.com/products/functions/)
- Deployment with [Netlify Hosting](https://www.netlify.com/)

## Contributing

### Development

```
yarn
yarn start # start the frontend development server
yarn serve:lambda # start the functions development server
```

## Build

```
yarn
yarn build
```