Skip to content

cable8mm/maintenance

Repository files navigation

Maintenance

update changelog Static Badge Static Badge GitHub Release GitHub License

The 'HTML Simple Maintenance Page' is a lightweight maintenance page designed in a simple HTML format, requiring only one file.

Preview

Install

git clone https://github.com/cable8mm/maintenance.git

Usage

Edit public/index.html and upload files in public folder.

Development

Install npm packages:

npm install

And you can create and edit website with hotload.

npm run dev

At last, visit http://localhost:5174/. The port 5174 can be changed as needed. You are free to edit index.html and the maintenance.png image.

Test

The website reloads whenever you save index.html. Trust your eyes and instincts.

Deploy

Copy the files located in the public folder to the document root in your web server.

While FTP is good, using rsync would upload faster. Additionally, CI/CD is generally the best approach.

License

The Maintenance is open-sourced software licensed under the MIT license.