Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.38 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.38 KB

Page Server

Description

This Page Server is a simple server that works in pages.

Note

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.)

Installation

  1. 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
  2. Install the dependencies:

    npm install
  3. Copy the example.env and rename it to .env.

Usage

  1. Start the server:

    npm start
  2. Access the application in your browser at http://localhost:3000.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or issues, please open an issue on GitHub.