Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 773 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 773 Bytes

Capy Game

Play it live!

To Do

Deployment

To deploy, upload public/ to a web server. In order to get my server to give a JS MIME type to .mjs files I had to add an .htaccess file with this content:

<IfModule mod_mime.c>
  AddType text/javascript js mjs
</IfModule>