To deploy this project to Gitpod, follow these steps:
- Click this link to deploy
- Import the RPC address given to you by GitPod into your MetaMask wallet
This endpoint will look something like this:
https://8545-copper-swordtail-j1mvhxv3.ws-eu18.gitpod.io/
To deploy this project to Gitpod, follow these steps:
- Clone the repository
git clone https://github.com/prajwolrg/ice-workshop-nft-fullstack.git
- Change directory and install dependencies
cd ice-workshop-nft-fullstack
npm install
- Start server
npm run dev