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

https://github.com/zcyc/lawyer-tools


https://github.com/zcyc/lawyer-tools

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# lawyer-tools

## Setup

Make sure to install dependencies:

```bash
# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# bun
bun run dev
```

## Production

Build the application for production:

```bash
# bun
bun run build
```

Locally preview production build:

```bash
# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.