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

[Improvement]: Instructions to run the projects should be coherent throughout all README files as well as package.json file #289

Open
GigaHierz opened this issue Jul 1, 2024 · 0 comments
Assignees

Comments

@GigaHierz
Copy link
Contributor

Which Framework?

React

What happened?

Make sure that people that check out the repository can find the right commands easily, and that they work.

For the REACT project, the instructions in the README don't work.

the steps should be

  1. Install the required dependencies

Run

yarn

or

npm i
  1. To start the dApp, run the following command. Make sure you are in the react-dapp folder to run these commands
yarn run dev

or

npm run dev
  1. To create a build for your project run
yarn run build

or

npm run build

Steps to reproduce

Check out the React README and run the proposed command yarn react-dev you get this error:

error Command "react-dev" not found.

Anything else?

No response

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

2 participants