https://www.dotnetthailand.com
See CONTRIBUTING.
- Install
Yarn
. - Clone the repository to your local machine.
- CD to the root of project folder.
- Install all dependencies.
- To install the dependencies you need to run:
yarn
- If is the first time you are installing the dependencies it may take few minutes, get a coffee and relax :)
- To run the project with hot-reload enabled you can.
yarn start
- Open a browser and navigate to http://localhost:4321.
- Change some contents of
content/index.mdx
and you will find a browser reload and show what you have changed automatically.
If you have any following issues while running the project, please follow short instruction to fix them.
- Failed to launch the browser process: error while loading shared libraries: libnss3.so: No such file or directory, follow the steps in this link.
- 404 after deployment, you may miss a
CNAME
file in a repository. - Markdown content inside a content folder does not show, please check https://awsm.page/mdx/mdx-markdown-inside-a-react-component/.
- We use GitHub Issues to track our to do items.
- Please check the following link if you would like to contribute to the project.
- This project uses MDXProvider to not have to import a React component every MDX document. Read more https://www.gatsbyjs.com/docs/mdx/importing-and-using-components/#make-components-available-globally-as-shortcodes
- Responsive Solutions for Feature Comparison Tables
https://docs.astro.build/en/guides/integrations-guide/
yarn astro add react
yarn astro add mdx
https://starlight.astro.build/getting-started/
Starlight is ready for you to add new content, or bring your existing files! Add new pages to your site by creating Markdown files in the src/content/docs/ directory. Read more about file-based routing and support for MDX and Markdoc files in the "Pages" guide.
- React components
- Contributors
- FriendsWebsites
- FixingFloatingFooterToBottom>
- FeatureAsRowComparisonTable
- LimitTextToNumberOfLines
- TextTransformExample
- Re-export images
- basic-search-in-vim.gif
- replacement_within_a_single_line.gif
- replacement_inside_visual_section.gif
- taiko-repl.gif
https://dev.to/lyqht/what-the-fouc-is-happening-flash-of-unstyled-content-413j
https://jsramblings.com/do-dependencies-devdependencies-matter-when-using-webpack/