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

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

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.