To run this project locally for development, follow these steps.
git clone https://github.com/parenthesislab/cubansea.git
cd cubansea
# install using NPM or Yarn
npm install
# or
yarn
npx hardhat node
npx hardhat run scripts/deploy.js --network localhost
npm run dev
PD: Just for fun and learning purposes about Web3 development :)