Skip to content

SkillRazr/status

Repository files navigation

Status Page

Description

A status page on a website serves as a communication tool to inform users about the current operational status of the website or service. It typically includes information about any ongoing incidents, planned maintenance, and historical uptime data.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Node.js installed
  • React.js
  • npm (Node Package Manager) installed

Installation

  1. Clone the repo
    git clone https://github.com/SkillRazr/status.git
  2. Install NPM packages
    npm install
  3. Move to status folder
    cd status
  4. To start the frontend, use
    npm run dev
  5. Move to server folder
    cd server
  6. Install NPM packages
    npm install
  7. To start the backend, use
    node index.js
        

Contributions

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published