Please note that this is still a work-in-progress and that changes will be made until a stable deployment phase has been reached.
Please have a Metamask wallet ready to access the web app. Click here to visit the live web app
If you prefer to instantiate a local host instance of the web app instead, please do the following:
git clone https://github.com/NotBoringCompany/nbc-webapp.git
and then:
cd nbc-webapp
Either npm i
or yarn i
.
Please contact me for the .env variables as some of them are private. This step is REQUIRED to start the local host instance.
Once you've received the .env variables, run the following command:
npm run dev
and visit localhost:3000
on your browser.