diff --git a/docs/contributing.md b/docs/contributing.md index c316965..a59ac1b 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -97,6 +97,16 @@ npm i npm start ``` +--- + +### CDN Server + +``` +cd cdn +npm i +npm start +``` + Now you should have a development server running and can use the test client on [http://localhost:3001](http://localhost:3001) ---