Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.08 KB

READme.md

File metadata and controls

39 lines (34 loc) · 1.08 KB

Contractive (Chain-Runner-Hackathon-2020)

Hello world! This is the project for we did for ETHIndia Online: Chain Runner Hackathon.

Team members:

Sivasankaran T: https://github.com/sivasankaranxyz Bharath Waj: https://github.com/bharathwaj07 Keerthivasan:https://github.com/Hunterkeerthi

Project setup:

download the file and use the command below to install dependencies.( Make sure you have installed Node.js )

npm install

Compiles and hot-reloads for development( use for devolpment run )

npm run electron:serve

Vue convert to elctron app:

vue add electron-builder

ttt

Git Commands:

(open powershell) cd Contractive git clone https://github.com/sivasankaranxyz/contractive.git git init git config --global user.email "emailid@github" git config --global user.name "Sivasankaran T" git remote add origin https://github.com/sivasankaranxyz/contractive.git git add . git pull git commit -m "second commit setup" git push -u origin master