Skip to content

Latest commit

 

History

History
51 lines (22 loc) · 1.02 KB

File metadata and controls

51 lines (22 loc) · 1.02 KB

Tink prototype skeleton

v0.0.1

How to run the distribution code (for regular users)

Prerequisites

Python needs to be installed on your computer. Mac OS X or Linux users have Python installed by default. For windows, please refer to this page.

In your command line

cd path/to/dist/directory

python -m SimpleHTTPServer 8000

In your browser

After running the above commands, open your favorite browser and navigate to http://0.0.0.0:8000.

How to contribute (for developers)

Prerequisites

Get started

  1. Fork this repo.

  2. Run the following in your command line: npm install

  3. After that, run npm start

Who do I talk to?