Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup the app locally with just one command: just contribute #521

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

gerhard
Copy link
Member

@gerhard gerhard commented Aug 26, 2024

Given a new Mac, this is the simplest way to setup the app locally 👋 hi contributors

  1. You will need to have brew installed
  2. Install just via brew install just
  3. In your local copy of the app repository, run: just contribute

This is what you can expect to happen:

changelog-just-contribute.mp4

All available commands:

just
just --list
Available recipes:
    contribute    # Setup everything needed for your first contribution
    deps          # Install app dependencies
    dev           # Run app in dev mode
    local         # Install all system dependencies
    postgres-down # Stop Postgres server
    postgres-up   # Start Postgres server
    test          # Run app tests

@gerhard gerhard force-pushed the just-one-command branch 4 times, most recently from 1b84c58 to 81f7a8a Compare September 4, 2024 06:52
@gerhard gerhard marked this pull request as ready for review September 4, 2024 06:54
    ❯ just
    just --list
    Available recipes:
      contribute    # Setup everything needed for your first contribution
      deps          # Get app dependencies
      dev           # Run app in dev mode
      install       # Install all system dependencies
      postgres-down # Stop Postgres server
      postgres-up   # Start Postgres server
      test          # Run app tests

Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
@gerhard gerhard merged commit 7eedece into thechangelog:master Sep 4, 2024
4 checks passed
@gerhard gerhard deleted the just-one-command branch September 4, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant