See it live: https://www.fsyud.com/
- GitHub Actions for CI/CD
- Markdown support with MDX
- MDX bundling with code-highlighting and frontmatter parsing with MDX Bundler
- Styling with Tailwind
- Unit testing with Vitest and Testing Library
- Code Formatting with Prettier
- Code Linting with ESLint
- Static Types with TypeScript
Make sure the dependencies are installed
npm run install
Afterwards, start the Remix development server like so:
npm run dev
Open up http://localhost:3000 and you should be ready to go!
Go to localhost:3000/books and you should see a list of posts. You can add more posts by
creating a new MDX file in the app/content
directory.