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

https://github.com/luanbitar/loanq


https://github.com/luanbitar/loanq

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# loanq

## Running locally:

You need to install all dependencies with:

```
yarn
```

and serve with:

```
yarn start
```

## Building

```
yarn build
```

## Environments

Production: `https://loanq.lbitar.com`
Preview: `https://loanq.vercel.app`

## CI/CD

Using vercel configuration, all commits in `main` branch will automatically generate a production build.
All branches will generate automatically an preview inspect URL.
![image](https://user-images.githubusercontent.com/22878147/182011301-d288bdf8-8f78-48b3-91d9-2cb99b1dac2b.png)