First, make sure you have NPM installed (locally or globally).
$ npm run install
if you need to install node you can Download Node Here!
$ sudo npm install polymer-cli --unsafe-perm -g
git clone https://github.com/swarmcity/SwarmCityDapp-Polymer3.git
npm install
npm run start
npm run lint
npm run test
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git cz
Optional but highly encouraged: Follow this commit guide
- Push to the branch:
git push origin my-new-feature
- Submit a pull request. :D
- [VS Code] (https://code.visualstudio.com/)
- VS Code Plugins - lit-html (allows for css editing with hinting in JavaScript)
- Git Kraken