ruxo / dotnetthailand.github.io

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

Home Page:https://www.dotnetthailand.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Thailand official website

dotnetthailand.com logo

https://www.dotnetthailand.com

How to contribute

See CONTRIBUTING.

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.
  • 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

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

https://www.dotnetthailand.com

License:MIT License


Languages

Language:JavaScript 79.7%Language:TypeScript 18.4%Language:SCSS 1.0%Language:Shell 0.5%Language:Ruby 0.2%Language:Dockerfile 0.1%Language:Java 0.0%