Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 529 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 529 Bytes

ZRC Safe App

A secure and reliable application built with Next.js and TypeScript.

Getting Started

  1. Clone the repository: git clone https://github.com/your-username/zrc-safe-app.git
  2. Install dependencies: npm install
  3. Start the development server: npm run dev
  4. Open the app in your browser: http://localhost:3000

Building and Deployment

  1. Build the app: npm run build
  2. Start the production server: npm run start

Linting and Testing

  1. Run linting: npm run lint
  2. Run tests: npm test