Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.5 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.5 KB

Another reading list

  • A React app with pages created from Markdown (MDX).
  • MDX lets you write pages using Markdown.

Built with

  • Next.js
  • TypeScript
  • Tailwind CSS
  • SASS/CSS
  • CSS
  • Jest
  • Cypress
  • MDX

Live Demo

Screenshots

Videos

React.Testing.Library.and.Jest.test.mov
Cypress.test.runs.mp4

Run app locally with the development server

npm run dev

Run unit test

A Jest test.

npm run test:ci

Run real-world user simulation test

A Cypress test.

npm run cypress:open