sitemap-generator
Initial setup
Prerequisets
Installing dependencies
- Use
nvm or similar to install node 14.
- If using nvm run
nvm install 14 and switch to that version
- Run
npm install from root directory
Testing
- Run
npm run compile (You may get warning, project needs to be cleaned up from linting perspective).
- This generates files in untracked
out directory. You need to recompile (or watch) if you're making changes.
- From VS Code Editor select
Run and Debug with the VS Code Extension debugger.
- A new window should pop up letting you test the project.
Publishing
- Install node 20
- Install vsce (deprecated version)
npm install --global vsce@1.58.0
- Test publishing
vsce package should output a visx version
- Actually publish
vsce publish -p <token>
| |