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
- Host: GitHub
- URL: https://github.com/quartz/qz-lite-starter
- Owner: Quartz
- Created: 2020-11-30T22:21:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-01T00:09:06.000Z (over 5 years ago)
- Last Synced: 2025-03-01T11:45:43.551Z (over 1 year ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
