Skip to content

LNReader/LNReader.github.io

Repository files navigation

Installation

  • npm i
  • npm run dev

Notes

  • Always wrap a page (route) with Layout component.
  • If you create a new page, add its metadata to routes.json.
  • An internal link must be Link component from 'react-router-dom'.