Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotnetthailand/dotnetthailand.github.io
source code for .NET Thailand website (dotnetthailand.com)
https://github.com/dotnetthailand/dotnetthailand.github.io
asp-net-core azure c-sharp dotnet dotnet-core entity-framework-core f-sharp hacktoberfest linq powershell sql-server
Last synced: 18 days ago
JSON representation
source code for .NET Thailand website (dotnetthailand.com)
- Host: GitHub
- URL: https://github.com/dotnetthailand/dotnetthailand.github.io
- Owner: dotnetthailand
- License: mit
- Created: 2021-03-04T15:25:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T15:52:41.000Z (about 1 year ago)
- Last Synced: 2024-04-13T03:40:27.745Z (8 months ago)
- Topics: asp-net-core, azure, c-sharp, dotnet, dotnet-core, entity-framework-core, f-sharp, hacktoberfest, linq, powershell, sql-server
- Language: JavaScript
- Homepage: https://www.dotnetthailand.com
- Size: 96.5 MB
- Stars: 61
- Watchers: 17
- Forks: 98
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET Thailand official website
![dotnetthailand.com logo](src/images/dotnet-thailand-logo.png)
[https://www.dotnetthailand.com](https://www.dotnetthailand.com)
## How to contribute
See [CONTRIBUTING](./CONTRIBUTING.md).
## How to run this project locally
- Install `Yarn`.
- Clone the repository to your local machine.
- CD to the root of project folder.
- Install all dependencies.## Running on localhost
- 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:8000.
- Change some contents of `content/index.mdx` and you will find a browser reload and show what you have changed automatically.## Troubleshooting
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](https://github.com/alixaxel/chrome-aws-lambda/issues/164#issuecomment-754621407).
- 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/.## To do
- We use [GitHub Issues](https://github.com/dotnetthailand/dotnetthailand.github.io/issues/new) to track our to do items.
- Please check [the following link](./CONTRIBUTING.md) if you would like to contribute to the project.## Useful information
- 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://www.sitepoint.com/responsive-solutions-for-feature-comparison-tables/)