A secure and reliable application built with Next.js and TypeScript.
- Clone the repository:
git clone https://github.com/your-username/zrc-safe-app.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the app in your browser:
http://localhost:3000
- Build the app:
npm run build
- Start the production server:
npm run start
- Run linting:
npm run lint
- Run tests:
npm test