Skip to content

Latest commit

 

History

History
executable file
·
39 lines (30 loc) · 1.7 KB

README.md

File metadata and controls

executable file
·
39 lines (30 loc) · 1.7 KB

.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 a global tool.
  • Clone the repository to your local machine.
  • CD to the root of project folder.
  • Install all dependencies.
$ yarn
  • Run a project and enable hot-reload.
yarn start
  • Open a browser and navigate to http://localhost:8000.
  • Change some contents of content/index.mdx and you will find browser auto reload and show what you have changed.

Troubleshooting if you have any issue while running the project

To do

Useful information