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

https://github.com/quartz/qz-lite-starter

Boilerplate for creating your very own text-only Quartz reader
https://github.com/quartz/qz-lite-starter

Last synced: about 2 months ago
JSON representation

Boilerplate for creating your very own text-only Quartz reader

Awesome Lists containing this project

README

          

# Quartz Lite starter pack

Boilerplate for creating your very own text-only Quartz reader. Fetches the latest articles from Quartz’s [GraphQL endpoint](http://query.quartz.work/).

## Local development

### Requirements

- [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- [npx](https://www.npmjs.com/package/npx) package runner (included in npm >v5.2.0)

### Instructions

1. Run `npm i` to install dependencies
2. Spin up a local development server with `npm start` (this may take some time)
3. Once the server has started, navigate to [http://localhost:3000](http://localhost:3000), where you should see a webpage that looks like this:

![A screenshot of the application upon startup](screenshot.png)