https://github.com/guilhermwn/instufs
https://github.com/guilhermwn/instufs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guilhermwn/instufs
- Owner: Guilhermwn
- Created: 2025-01-10T03:13:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T17:59:51.000Z (4 months ago)
- Last Synced: 2025-03-03T18:45:56.390Z (4 months ago)
- Language: Vue
- Homepage: https://instufs.vercel.app
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InstUFS (instufs)
Website do Grupo de Pesquisa em Instrumentação Eletrônica
## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).