Skip to content

Commit

Permalink
Local server scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MizaGBF committed Oct 23, 2024
1 parent 2a987b6 commit 8d56877
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Action parameters (Only one of those can be used at a time):
- `-bg`: Update all background datas. Time consuming.

## Other Informations
- On Windows, [local_server.bat](https://github.com/MizaGBF/GBFAL/blob/main/local_server.bat) can be used to test the project locally, in a web browser.
- Use one of the `server` scripts to start a Python HTTP server and test the project locally, in your web browser.
- On other OS, just run `python-m http.server` in a terminal, in the project folder.
- [GBFAP](https://github.com/MizaGBF/GBFAP) is the sister project, dealing with character animations.
- For developpers, I documented some things in this [file](https://github.com/MizaGBF/GBFAL/blob/main/docs.md).
File renamed without changes.
1 change: 1 addition & 0 deletions server.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python -m http.server
1 change: 1 addition & 0 deletions server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python -m http.server

0 comments on commit 8d56877

Please sign in to comment.