This Page Server is a simple server that works in pages.
This requires Node.js 22 or newer. Unless this gets rewrote into esm... which I don't feel like doing it. (!): Experimental!! This will be changed eventually so that there isn't an experimental warning. (You'll be able to toggle chalk in the future, and with this toggle, this'll let older versions work as well.)
-
Clone the repository:
git clone https://github.com/Arch881010/Page-Server.git cd Page-Server
OR if using Github's Offical CLI
gh repo clone Arch881010/Page-Server cd Page-Server
-
Install the dependencies:
npm install
-
Copy the
example.env
and rename it to.env
.
-
Start the server:
npm start
-
Access the application in your browser at
http://localhost:3000
.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or issues, please open an issue on GitHub.