nickytonline / web3-starter

An opinionated web3 starter for building dApps
https://the-web3-starter.vercel.app
70 stars 14 forks source link

Rename app from hello-edge-and-node to web3-starter in README and package.json #27

Open nickytonline opened 2 years ago

nickytonline commented 2 years ago

Describe the bug

This doesn't affect the application, it's just some cleanup. The project was originally called hello-edge-and-node as this starter was based on their tech stack for dApp development. Since then, I rebranded the project as web3-starter.

The package.json needs to have the project renamed, and there are some places in the README as well that need to have hello-edge-and-node replaced with web3-starter.

package.json

{
-  "name": "hello-edge-and-node",
+  "name": "web3-starter",
  "version": "0.1.0",
  "private": true,
...

I don't believe there is anywhere else it has the old name, but search the project for the text hello-edge-and-node to be sure.

To Reproduce

N/A

Expected behavior

N/A

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

N/A

Smartphone (please complete the following information):

N/A

Additional context

Add any other context about the problem here.

MarieReRe commented 2 years ago

I could take this :D

nickytonline commented 2 years ago

Assigning this to you @mrsantons.

nickytonline commented 2 years ago

No rush on this @mrsantons. Just checking in.