In Momentum you are able to upload your CSS & JS files and use them as assets in your project. In addition to that you can include external libs that are available via CDN, and use the benefit of better loading time, and many more.
Only absolute path libraries can be imported, relative paths from lib files itself won’t work (no url resolve mechanism)
No NPM installation is available at the moment