- VSCode (or any fork of it) – currently has the best support for the packages used in this project: Vue.js, Tailwind.
- WebStorm – can be used as an alternative to VSCode, but lacks some minor features.
- Run
setup.bat
to install all dependencies. - Run
npm run docs:dev
to start the dev server, which will automatically apply any changes you make. - Run
npm run docs:build
to build the site (to ensure everything builds correctly and can be deployed to GitHub Pages without problems). - Run
npm run docs:preview
to preview the documentation built by the previous command.