Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daidr/doulog-admin


https://github.com/daidr/doulog-admin

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# DouLog Admin (WIP)

The brand-new dashboard frontend for DouLog (Golang-based backend).

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm dev
```

### Type-Check, Compile and Minify for Production

```sh
pnpm build
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
pnpm test:unit
```

### Lint with [ESLint](https://eslint.org/)

```sh
pnpm lint
```