Deployment: Netlify - 100mslive/100ms-web GitHub Wiki
Netlify
Deploying 100ms-web to Netlify is straightforward and same as deploying any project to Netlify. There are two ways to deploy to Netlify
Deploying via Git (Recommended)
If you had forked 100ms-web and have customized it, it is highly likely you are using git. If you did, You can directly deploy to Netlify. Netlify supports github, gitlabs and bitbucket. Netlify has great documentation on how to do it.
Deploying the Files Directly
If you want to directly upload your files, Netlify provides a very easy drag & drop interface for it.
Note:
We recommend using Git in general if you are planning to use this code for production. Only use the direct method if you want to quickly test something or do some proof-of-concept.
If you are interested in Netlify's CI/CD or just want to learn more about deploying to Netlify, please check their docs here