The "getting started" sections assumes that your git base directory
is $HOME/src/github.com
.
# optional create a git namespace dir and cd into it
mkdir -p $HOME/src/github.com/rheinmainrocks
cd $HOME/src/github.com/rheinmainrocks
# clone the repo
git clone [email protected]:rheinmainrocks/rheinmainrocks.de.git
cd rheinmainrocks.de
After cloning the repo you should execute the bootstrap script in the repo root directory. The script will
- copy a templated .env file for customization
- enable a commit message template
# execute the bootstrap script
/bin/sh ./bootstrap.sh
The repository uses/follows the following standards/conventions:
- (Git) Conventional Commits
- Git Pre-Commit Checks
- Editor Configuration
- direnv - Directory based settings management
- ShellCheck
tbd