Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jameszokah authored May 17, 2023
1 parent 35d710b commit fbbaa01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@

RCDit is a cutting-edge, user-friendly taxi application designed to revolutionize the way people commute and access transportation services. Built with Flutter, a popular cross-platform development framework, RCDit ensures a seamless experience for both passengers and drivers. The app employs a robust Node.js backend, providing a reliable and scalable infrastructure to support its operations.

## Understand this workspace
## Understanding this workspace

Run `npx nx graph` to see a diagram of the dependencies of the projects.

### To move into the rcdit rider/passenger app of the projects.
Run `cd ./apps/rcdit-rider`

### To previw passenger app
### To preview passenger app
Run `flutter run `

### Now to run the Driver app

#### move into the rcdit driver app of the projects.
Run `cd ./apps/rcdit-driver`

### To previw Driver app
### To preview Driver app
Run `flutter run `


Expand All @@ -28,7 +28,7 @@ Run `flutter run `
### move into the rcdit server app of the projects.
Run `cd ./apps/rcdit-server`

And start the server
And start the server,
Run `npx nx serve rcdit-server`


Expand Down

0 comments on commit fbbaa01

Please sign in to comment.