Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarsislimadev/vestibular
To answer VESTIBULAR questions
https://github.com/tarsislimadev/vestibular
vestibular
Last synced: about 1 month ago
JSON representation
To answer VESTIBULAR questions
- Host: GitHub
- URL: https://github.com/tarsislimadev/vestibular
- Owner: tarsislimadev
- License: mit
- Created: 2023-05-15T12:56:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T01:17:36.000Z (5 months ago)
- Last Synced: 2024-10-17T10:52:39.655Z (2 months ago)
- Topics: vestibular
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Vestibular
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/brtmvdl/vestibular/docker-pull.yml?label=Docker%20pull&link=https%3A%2F%2Fgithub.com%2Fbrtmvdl%2Fvestibular%2Factions%2Fworkflows%2Fdocker-pull.yml)](https://github.com/brtmvdl/vestibular/blob/main/.github/workflows/docker-push.yml) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/brtmvdl/vestibular/docker-push.yml?label=Docker%20push&link=https%3A%2F%2Fgithub.com%2Fbrtmvdl%2Fvestibular%2Factions%2Fworkflows%2Fdocker-push.yml)](https://github.com/brtmvdl/vestibular/actions/workflows/docker-push.yml) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/brtmvdl/vestibular/github-release.yml?label=GitHub%20release&link=https%3A%2F%2Fgithub.com%2Fbrtmvdl%2Fvestibular%2Factions%2Fworkflows%2Fgithub-release.yml)](https://github.com/brtmvdl/vestibular/actions/workflows/github-release.yml) [![github/license](https://img.shields.io/github/license/brtmvdl/vestibular)](https://img.shields.io/github/license/brtmvdl/vestibular) [![github/stars](https://img.shields.io/github/stars/brtmvdl/vestibular?style=social)](https://img.shields.io/github/stars/brtmvdl/vestibular?style=social)
To answer VESTIBULAR questions.
## Android APK (development)
```
wget https://github.com/brtmvdl/vestibular/releases/download/latest/app-debug.apk --output-file=vestibular.apk
```### Production
```sh
docker run -d -p 80:80 tmvdl/projects:vestibular
```### Development
```sh
bash env/pull.shbash env/install.sh
bash env/up.sh
```## License
[MIT](./LICENSE)