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

https://github.com/griefed/serverpackcreator-addons-overview

Listing for all officially acknowledged addons/plugins for ServerPackCreator.
https://github.com/griefed/serverpackcreator-addons-overview

Last synced: about 2 months ago
JSON representation

Listing for all officially acknowledged addons/plugins for ServerPackCreator.

Awesome Lists containing this project

README

        

# ServerPackCreator Addons Overview (serverpackcreator-addons-overview)

Listing for all officially acknowledged addons/plugins for ServerPackCreator.

## Install the dependencies

```bash
npm install
```

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

```bash
quasar dev
```

### Lint the files

```bash
npm run lint
```

### Format the files

```bash
npm run format
```

### Build the app for production

```bash
quasar build
```

### Customize the configuration

See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).