https://github.com/fairdataihub/logwatch
A simple log streaming service
https://github.com/fairdataihub/logwatch
Last synced: about 1 year ago
JSON representation
A simple log streaming service
- Host: GitHub
- URL: https://github.com/fairdataihub/logwatch
- Owner: fairdataihub
- License: mit
- Created: 2024-12-03T22:33:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-04T06:13:39.000Z (about 1 year ago)
- Last Synced: 2025-06-04T13:12:37.478Z (about 1 year ago)
- Language: Vue
- Homepage: https://logwatch.fairdataihub.org
- Size: 323 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Logwatch
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. You will need a postgres database to run this application.
## Setup
Make sure to install the dependencies:
```bash
yarn install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
yarn dev
```
## Production
Build the application for production:
```bash
yarn build
```
Locally preview production build:
```bash
yarn preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.