# Clone this repository
git clone git@github.com:reiallenramos/card-validator.git my_app
# Install dependencies
cd my_app
npm install
npm run serve
npm run lint
For every successful push to the master
branch, Github Actions automagically builds a dist/
folder with static files and pushes to the gh-pages
branch.