NFT Navigator is a website for browsing ARC-72 NFT Collections on the Voi Network
This is the source code for the website, located at https://nftnavigator.xyz. This website is an unofficial resource. It is not affiliated with the VOI Core Team.
The website is written using the Svelte framework.
To run locally:
git clone https://github.com/xarmian/nft_navigator.git
cd nft_navigator
npm i
npm run dev