https://github.com/apriorit/carsharing-dapp
https://github.com/apriorit/carsharing-dapp
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/apriorit/carsharing-dapp
- Owner: apriorit
- License: apache-2.0
- Created: 2021-06-01T12:11:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T12:14:09.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T21:31:53.030Z (over 1 year ago)
- Language: TypeScript
- Size: 281 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Carsharing dapp
Example of simple carsharing dapp for educational purposes
## Prerequisites
In the root directory, run:
```shell
yarn
yarn build-deps
```
## Run the app
In the packages/carsharing directory, run:
```shell
yarn start
```