Skip to content

coqo-qoco/dotnetthailand.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

915 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Thailand official website

dotnetthailand.com logo

https://www.dotnetthailand.com

How to contribute

See CONTRIBUTING.

How to run this project locally

  • Install Yarn and Gatsby as 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.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.
  • 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

Useful information

About

source code for .NET Thailand website (dotnetthailand.com)

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.8%
  • TypeScript 18.4%
  • SCSS 1.0%
  • Shell 0.5%
  • Ruby 0.2%
  • Dockerfile 0.1%