https://nashvillenbdn.github.io/Switch-Thinking-Slides/
RockPaperScissors deployed on kovan at address 0x462DC798f5230f04650AfC6086c012806a28D90A
A simple and comfortable way to make a presentation
Made with ❤️ by w3tech & contributors
You need to set up your development environment before you can do anything.
Install Node.js and NPM
- on OSX use homebrew
brew install node
- on Windows use chocolatey
choco install nodejs
Install yarn globally
npm install yarn -g
Go to the project dir and start your app with this npm script.
npm start