https://www.dotnetthailand.com
See CONTRIBUTING.
- Install
YarnandGatsbyas global tools. - Clone the repository to your local machine.
- CD to the root folder of the project.
- Install all dependencies by executing the following command.
yarn
- Run the project and enable hot-reload with:
yarn start - Open a browser and navigate to http://localhost:8000.
- Change some contents of
content/index.mdxand 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
CNAMEfile 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
