https://github.com/zcyc/lawyer-tools
https://github.com/zcyc/lawyer-tools
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zcyc/lawyer-tools
- Owner: zcyc
- License: agpl-3.0
- Created: 2025-01-18T10:39:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T11:09:06.000Z (over 1 year ago)
- Last Synced: 2025-01-26T20:17:03.110Z (over 1 year ago)
- Language: Vue
- Homepage: https://lawyer.d8s.fun
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.