Skip to content

Instantly share code, notes, and snippets.

@CHAOWEICHIU
Last active November 16, 2019 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CHAOWEICHIU/45f063b298de302a5d163df127628832 to your computer and use it in GitHub Desktop.
Save CHAOWEICHIU/45f063b298de302a5d163df127628832 to your computer and use it in GitHub Desktop.
git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew
mkdir ~/.linuxbrew/bin
ln -s ../Homebrew/bin/brew ~/.linuxbrew/bin
eval $(~/.linuxbrew/bin/brew shellenv)
brew install node@12
npm install -g npm
git clone https://github.com/boczeratul/todo-webapp.git
cd todo-webapp
npm install
npm i -g ganache-cli truffle
touch .secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment