https://github.com/andriamahay11master/ticketingmanagement
https://github.com/andriamahay11master/ticketingmanagement
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andriamahay11master/ticketingmanagement
- Owner: Andriamahay11master
- Created: 2024-03-15T20:52:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T00:58:45.000Z (about 1 year ago)
- Last Synced: 2025-01-22T20:09:34.525Z (4 months ago)
- Language: TypeScript
- Homepage: https://ticketing-management.vercel.app
- Size: 2.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
To get started with this project, follow these simple steps:
### Prerequisites
Make sure you have Node.js installed on your machine. You can download it from [here](https://nodejs.org/).
### Installation
1. Update the project dependencies by running:
```bash
npm install
```2. To run the project in development mode, use the following command:
```bash
npm run dev
```