Go to file
Milan Suman 9b37d4a245 clean up code and add bullet class 2022-08-04 12:38:59 +05:30
src clean up code and add bullet class 2022-08-04 12:38:59 +05:30
webroot clean up code and add bullet class 2022-08-04 12:38:59 +05:30
.gitignore switch to paperscript because canvas is a pita 2022-08-01 12:26:54 +05:30
LICENSE Initial commit 2022-07-26 04:27:54 +02:00
README.md Documentation: Add information about the deployment system. Feel free to remove this later when you don't need it anymore. 2022-07-26 11:30:02 +02:00
deployment-script.sh Deployment system: add necessary files 2022-07-26 11:30:44 +02:00
package-lock.json switch to paperscript because canvas is a pita 2022-08-01 12:26:54 +05:30
package.json switch to paperscript because canvas is a pita 2022-08-01 12:26:54 +05:30
webpack.config.js switch to paperscript because canvas is a pita 2022-08-01 12:26:54 +05:30

README.md

Asteroids

BodgeMaster was here.

I set up web deployment for you. Still need to take care of the reverse proxy side of things, but the deployment should already be working.

About the files I added:

deployment-script.sh is being executed every time the updated project gets deployed. Deployment happens when you push to master. If you dont need it, just leave it alone; deployment will fail without it.

webroot/ is the directory that is linked into the web server. You can either just put your files in there, or you can have the deployment script or some build process called by the deployment script put them there.