This is a simple landing page that provides a brief history of East Bay Development and its role as the seed for Kalamuna, Lando and Permission Granted.
git clone https://github.com/eastbaydev/4posterity.git && cd 4posterity
# Install deps
yarn | npm install
# Launch dev site
yarn dev
# Lint
yarn lint
# Build site
yarn build
# Install deps
lando start
# Launch dev site
lando dev
# Lint
lando yarn lint
# Build site
lando yarn build
We try to log all changes big and small in both THE CHANGELOG and the release notes.
All commits to main
are deployed via Netlify to eastbaywebshop.com. That said, you can ONLY commit to main
via an approved Pull Request.
You can also utilize the yarn release
command to help with version bumping and tagging however this does not trigger a release.
Made with contrib.rocks.