Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 718 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 718 Bytes

mstable.org

Develop

yarn
yarn dev

This project uses:

Build

yarn build

Serve locally (with SSR)

yarn start

Files

  • /src/pages/*.tsx: Pages defined here are served on routes dynamically (based on the file name).
  • /src/components/SEO.tsx: All meta titles and descriptions are here.
  • /src/components/images/*: All images used in page content, including SVGs