Hello! 👋 It's seems that you found your way to my personal website. Nice to meet you!
If you want, clone it, check it out and if you have some feedback, please keep me posted.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
# Run all tests
$ npm test
# Run jest tests
$ npm run jest
# Start test watcher for development
$ npm run jest-watch
# Open Cypress' test runner
$ npm run cy:open
# Run Cypress tests headlessly
$ npm run cy:run