Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 566 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 566 Bytes

Three Transform By Team Somehow

Getting Started

Start EthFlask

create .env

cd EthFlask
pip install -r requirements.txt
flask run -p 5001

Start Magic Deploy

cd magic-deploy/node-working
npm i

Create .env in that folder

SECRET_KEY=wallet-secret-key
node script.js

Project Builder

cd project-builder
pip install flask openai lighthouseweb3
flask run -p 5002

Start Frontend

cd frontend
npm i
npm run dev

Architecture Diagram

Architecture