https://github.com/art049/ginft
https://github.com/art049/ginft
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/art049/ginft
- Owner: art049
- Created: 2022-06-25T18:03:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T12:45:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T23:49:02.824Z (4 months ago)
- Language: TypeScript
- Homepage: ginft.vercel.app
- Size: 819 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GiNFT: ETHNYC2022 Hackathon Project
## Setup
Install dependencies
```shell
pnpm install
```Run the contracts deployed on a local chain
```shell
cd packages/contracts
pnpm dev
```Run the frontend
```shell
cd packages/app
pnpm dev
```# Setup Lima instead of docker
[Source](https://itnext.io/replace-docker-desktop-with-lima-88ec6f9d6a19)
1. Create file [docker.yaml](https://github.com/lima-vm/lima/blob/master/examples/docker.yaml)
2. `limactl start docker.yaml`