Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

swarmcity/SwarmCityDapp-Polymer3

Repository files navigation

Swarm City

Build Status

Swarm City Dapp

🛠 Status: In Development

Contributing

Install Development Dependencies

First, make sure you have NPM installed (locally or globally).

$ npm run install

if you need to install node you can Download Node Here!

Install Polymer CLI

$ sudo npm install polymer-cli --unsafe-perm -g

Clone This Repo

git clone https://github.com/swarmcity/SwarmCityDapp-Polymer3.git

Install Project Dependancies

npm install

Viewing The Application

npm run start

Lint The Code

npm run lint

Run Unit Tests

npm run test

Workflow

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git cz

Optional but highly encouraged: Follow this commit guide

  1. Push to the branch: git push origin my-new-feature
  2. Submit a pull request. :D

Tools we use

  1. [VS Code] (https://code.visualstudio.com/)
  2. VS Code Plugins - lit-html (allows for css editing with hinting in JavaScript)
  3. Git Kraken