Skip to content

one-aalam/qrius

Repository files navigation

qrius

A very minimal HackerNews clone, built outta qriusity https://qrius.one-aalam.now.sh/

Details

Built using NextJS for allowing SSR with very manageable constructs and decent Lighthouse score out of the box. State is managed using React Hooks (defaults + custom)

Recommended workflow for releases

  1. Make changes
  2. Commit/Merge those changes
  3. Make sure Travis turns green
  4. Bump version in package.json (run yarn version)
  5. Commit package.json and CHANGELOG.md files
  6. Tag
  7. Push