Temporary note keeping app for the browser
Ctrl/⌘ + Shift + P
to explore the available commands on the command palette
Start development server
make dev
Deploy
make deploy
Using semantic commit messages. The .gitmessage
template could help
following the pattern.
git config commit.template ./.gitmessage