npm startIt is going to run Parcel serve, so you will have HMR and a local server running.
npm run buildIt is going to run Parcel build with some extra (minimal) configs. The built project will be inside /dist folder.
This project uses Gitmoji for commits.