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

https://github.com/shz-code/cse-automation


https://github.com/shz-code/cse-automation

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# CSE Automation (cse-automation) v0.1 (Added all requests page, new request page, login page, initial setup)

A complete solution for CSE Department of IUBAT

## Install the dependencies

```bash
yarn
# or
npm install
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)

```bash
quasar dev
```

### Lint the files

```bash
yarn lint
# or
npm run lint
```

### Format the files

```bash
yarn format
# or
npm run format
```

### Build the app for production

```bash
quasar build
```

### Customize the configuration