- Get the project to your computer
git clone https://github.com/t-pyrope/nft-earth.git
cd nft-earth
npm install
- If you don't have what3words API Key, you can get it on the what3words web site
- Create
.env.local
file inside the root folder and put your key inside:
VITE_API_KEY=********
npm run dev