I's coding in traditional mode by reference the css and js files. Can calcite been hosted locally on my server?
Hey, you should be able to get the files locally by either visiting the calcite repository or getting them from npm. I believe once downloaded you could then place the files you need on your server and reference them in your project.
You also might need to use `setAssetPath` as described here to make sure you are referencing the correct location that you have the files stored.
The process to deploy the resources locally is as the steps below?