piatoss3612 | dokpark21 |
이효확 | 박상현 |
- You can create your own exhibition and sell your art works
- You can buy tickets to visit other artists' exhibitions
- You can also buy art works from other artists
- You can leave comments on art works and get rewards if your comments are adopted by artists
Be a host of your own exhibition with your art works!
- Clone this repository
git clone <this repository>
- Install dependencies
npm install --force
- Run local network
make start
or
make start_clean
- Deploy canister to local network
# deploy canisters
make ii ledger nft backend
# deploy frontend (if error occurs, just run this command again)
make frontend
- Stop local network
make stop