This is the source code of the bi0s-pentest website developed in sveltekit.
npm run dev
npm run build
npm run format
npm run lint
npm run test
npm run commitlint
- Running the below command can be useful for easily creating commit messages following conventional commiting format.
npm run commit
- Running the below command can be useful if the github action fails to find out what is the error.
npm run ci
- Github action will fail in the following scenarios
- Eslint linting error
- Prettier formatting error
- Build error
- Test error
- Commit message not following conventional commiting format
- In the event of failure of the github action, go to its logs and check which job has failed and what is the error printed so that it can be debugged and resolved.