The Association of Occupational and Environmental Diseases of Thailand official website Hosting on Netlify CDN at https://tcohs.netlify.com
The master
branch of this source code is directly connected to Netlify CI/CD (Continuous integration & delivery) at https://tcohs.netlify.com
By pushing to master
branch, the website will be built and deployed automatically.
Now, It looks like you want to get your hand very dirty. 😋
Windows , MacOS, Linux , or whatever OS that can install these softwares.
Node.js 12+ Grab it here Yarn Grab it here
Git or Git GUI Software such as Git-Kraken or Fork
- Just clone the source using git
- Open
CMD
and change directory to source code location such asC:\Source\AOED-Site
- Restore all necessary packages from NPM repositories by typing command to CMD
yarn
and wait - Run
npm run build
- Boom! Deploy
/public
to any web servers.