Fork this repo and check your forked repo
https://github.com/${YOUR-GITHUB-ID}/javascript-tetris
FROM nginx:alpine
COPY www /www
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
CMD (tail -F /var/log/nginx/access.log &) && exec nginx -g "daemon off;"
Step.3 Sign up and apply beta test at Ainize.ai
Step.4 Deploy Tetris on Ainize (Tutorial)
- Enter your Github repo url,
https://github.com/${YOUR-GITHUB-ID}/javascript-tetris
- Add 'master' branch
- Set port as 80
https://master-javascript-tetris-laeyoung.endpoint.ainize.ai/ (change laeyoung to YOUR-GITHUB-ID)
and update Run on Ainize button as yours
An HTML5 Tetris Game
- play the game
- read a blog article
- view the source
SUPPORTED BROWSERS: Chrome, Firefox, Safari, Opera and IE9+
MIT license.