• Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GB-Tetris-Web

The web part of the online Tetris project. Builds a static website.

Build and run

Install node dependencies:

npm install

Run development server:

npm start

Note that WebUSB are only supported with HTTPS, so you need a certificate and can then run the development server with:

HTTPS=true SSL_CRT_FILE=cert.pem SSL_KEY_FILE=keynp.pem npm start