You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style Change the code style without affecting the running result
refactor Re-factor code
revert Undo changes
test Test related, does not involve changes to business code
docs Documentation and Annotation
chore Updating dependencies/modifying scaffolding configuration, etc.
workflow Work flow Improvements
ci CICD
types Type definition
wip In development
🚀 CLI commands
# clone
git clone https://github.com/santiagoaloi/simplesign-refactor.git
# enter the project directorycd simplesign-refactor
# install dependencies
yarn install
# start the dev web server
yarn dev
# Build and preview on local enviroment
yarn preview
# Build to Dist
yarn build
# Lint the whole codebase
yarn lint
# Format the whole codebase
yarn format