This is a Vite application.
- In the terminal, run
npm install - Then,
npm run dev
The project will be visible at localhost. Check the output for details.
- In the terminal, run
npm install(unless already done) - Then,
npm run build - Files for publication will be in the
dist/folder.
Files in dist/ are configured to be used internally by Spyder IDE. They will not work properly in an standalone browser. style.css intentionally does not include CSS variable definitions, they will be provided by each theme in the spyder-themes package.