A project in the course DH2642 Interaction Programming and the Dynamic Web.
See the deployed website here: https://elastic-jones-4500b0.netlify.app/
This repository contains a web application for the Black White Club NFT. Black White Club is a collection of art pieces registered as NFTs on the Ethereum blockchain. On this website you can browse all art pieces and see more details about them.
You can also visit the marketing page and see what other users have posted in social media. If you become a member you are allowed to create your own posts on the marketing page.
Black White Club requires Node.js v10+ to run.
- Clone this repository.
- Configure your Firebase project in ./src/firebase/firebaseConfig.js.
- a) For developer environments. Install the dependencies and devDependencies and start the server:
cd black-white-club
npm install
npm run dev
- b) For production environments. Install the dependencies and build the project to ./build:
cd black-white-club
npm install
npm run build