Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Setup instructions in README fail on a new clone #32

@zachlatta

Description

@zachlatta

The setup instructions in README.md fail when you create a clean clone. frontend fails to launch because react-scripts is missing.

Steps to reproduce:

  1. Clone monolith

  2. Add .env files to frontend/ and api/ with appropriate contents

  3. Run the following commands:

    1. docker-compose build
    2. docker-compose run api bundle
    3. docker-compose run api rails db:create db:migrate
    4. docker-compose up
  4. Notice that the frontend service fails to launch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions