mirror of
https://github.com/stisla/stisla.git
synced 2025-09-03 05:02:41 +02:00
## Cleanup Changes - New Stisla Github `README.md`, - Change static badges to dynamic one. - Remove allcontributorsrc, change it to new script `dev/update-authors.js`, - Refactor `gulpfile.js`. - Fix package.json scripts misleading on `yarn stisla-start` installation and add new guide on development steps section, `yarn stisla-dev` doesn't install the right dependencies for contributors because it was ignoring the `devDependencies`, - Upgrade dependencies to avoid vulnerability and fix one outdated package, - Add stale issue bot, - Delete `/pages` directory to make git clone faster, use `yarn dist` instead. - Rename `sources` to `src` as-is commonly used for source files. ## Pre-requisites before merging - Add GITHUB_TOKEN secrets for `dev/update-authors.js` workflow.