Skip to content

eastbaydev/4posterity

Repository files navigation

4 Posterity

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.

Development

  • Requires Node 14+
  • Prefers Yarn
  • Alternatively you can also use Lando
git clone https://github.com/eastbaydev/4posterity.git && cd 4posterity

Using Node/Yarn

# Install deps
yarn | npm install

# Launch dev site
yarn dev

# Lint
yarn lint

# Build site
yarn build

Using Lando

# Install deps
lando start

# Launch dev site
lando dev

# Lint
lando yarn lint

# Build site
lando yarn build

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Releasing

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.

Contributors

Made with contrib.rocks.

Other Resources