An open API service indexing awesome lists of open source software.

https://github.com/skychx/hybridparking

Hybrid WebView playground. Covering both iOS and Android.
https://github.com/skychx/hybridparking

Last synced: 11 months ago
JSON representation

Hybrid WebView playground. Covering both iOS and Android.

Awesome Lists containing this project

README

          

# HybridParking

Hybrid WebView playground. Covering both iOS and Android.

### Apps and Packages

- `config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `tsconfig`: `tsconfig.json`s used throughout the monorepo

Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).

### Install

```
pnpm i
```

### Build

To build all apps and packages, run the following command:

```
pnpm run build
```

### Develop

To develop all apps and packages, run the following command:

```
pnpm run dev
```

### Utilities

This turborepo has some additional tools already setup for you:

- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting