From ad7fec8f88f709791ce7fadc85660087af1bde17 Mon Sep 17 00:00:00 2001 From: Aidan Date: Thu, 7 Nov 2024 23:59:35 +0000 Subject: [PATCH] minor format fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac9506b..6d48385 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ Windows support is still in the works, however it is possible to run aidxnFUN un npm run winbuild ``` 5. Run the app on port 5566 - You may use the `PORT` variable to set a custom port. While Windows tends to default to 3000, we will use 5566, which is the default for aidxnFUN on Linux. ```bat set PORT=5566 && node app.js ``` + You may use the `PORT` variable to set a custom port. While Windows tends to default to 3000, we will use 5566, which is the default for aidxnFUN on Linux. # How it works This website uses Node.js, Express.js for a server, EJS for templating, and Tailwind CSS for the frontend CSS.