Skip to content

feat: add alternative running methods (NPM scripts, Makefile, Docker)#33

Open
ShigrafS wants to merge 1 commit intoishita-43:mainfrom
ShigrafS:run
Open

feat: add alternative running methods (NPM scripts, Makefile, Docker)#33
ShigrafS wants to merge 1 commit intoishita-43:mainfrom
ShigrafS:run

Conversation

@ShigrafS
Copy link

Closes #8

This PR improves developer experience by introducing multiple convenient ways to run the project.

Changes

  • Added Dockerfile to containerize the Next.js frontend.

  • Added Makefile with commands for installing dependencies, running Anvil, compiling/deploying contracts, and starting the frontend.

  • Updated package.json with root-level scripts for:

    • Installing dependencies
    • Starting local blockchain (Anvil)
    • Compiling & deploying contracts
    • Running frontend
  • Updated README.md with a new “Alternative Ways to Run” section documenting NPM scripts, Makefile usage, and Docker setup.

Goal

Simplify setup and onboarding by allowing developers to run the project without manually navigating between directories.

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.

Adding more ways to run the project

1 participant