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.
To get a local copy up and running follow these simple steps.
- Node.js installed
- React.js
- npm (Node Package Manager) installed
- Clone the repo
git clone https://github.com/SkillRazr/status.git
- Install NPM packages
npm install
- Move to status folder
cd status
- To start the frontend, use
npm run dev
- Move to server folder
cd server
- Install NPM packages
npm install
- To start the backend, use
node index.js
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request