maofalt / Transcendence

4 stars 0 forks source link

Fix issues with game preview #366

Closed YoelRidgway closed 5 months ago

YoelRidgway commented 5 months ago

I fixed small issues with game preview. I made the makefile have easier options:

make, make prod, 'make localnetwork' => builds the project on the school network and in production mode (no vite hmr and no nodemon) make dev => builds on the school network and in development mode (with vite hmr and with nodemon) make localhost => hosted on localhost, dev mode (with vite hmr and with nodemon)