A status page application built with React and TypeScript, designed to monitor and display the operational status of services.
- Clone the repository:
git clone [repository-url]- Install dependencies:
npm install- Start the development server:
npm run dev- Build for production:
npm run buildnpm run dev- Start development server with host accessnpm run build- Build for production with TypeScript compilationnpm run lint- Run ESLint with TypeScript and TSX supportnpm run preview- Preview the production build locallynpm run format- Format code using Prettiernpm run postinstall- Apply patches after installation