Skip to content

yenom/hash-gen-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hash-gen-web

Run

  1. pip install -r requirements.txt
  2. python server.py
  3. Access http://localhost:8888

Build

  1. docker build -t hash-gen-web .
  2. docker run -p 80:8888 hash-gen-web
  3. Access http://localhost

Write Javascript

  1. Edit src/main.js
  2. npm install
  3. $(npm bin)/browserify src/main.js -o html/js/bundle.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages