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

Instructions on local environment setup #27

Open
c-schuler opened this issue Mar 22, 2023 · 0 comments
Open

Instructions on local environment setup #27

c-schuler opened this issue Mar 22, 2023 · 0 comments

Comments

@c-schuler
Copy link
Collaborator

CQF Ruler

  • git submodule update --init --recursive
  • git clean -fdx
  • ./mvnw package
  • java -jar server/target/cqf-ruler-server-*.war

MCT Backend (mct/java)

  • mvn package
  • mvn spring-boot:run
  • May need to brew install maven

MCT Frontend (mct/frontend)

  • yarn install
  • yarn start
  • May need to brew install yarn

Navigate to localhost:3000 in browser, which should display the MCT landing page

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

No branches or pull requests

1 participant