https://github.com/luanbitar/loanq
https://github.com/luanbitar/loanq
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/luanbitar/loanq
- Owner: luanbitar
- Created: 2022-07-28T22:18:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T05:18:31.000Z (almost 4 years ago)
- Last Synced: 2025-11-24T07:44:03.945Z (7 months ago)
- Language: JavaScript
- Homepage: https://loanq.lbitar.com
- Size: 382 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
