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

https://github.com/glistenstar/dackify


https://github.com/glistenstar/dackify

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Daclify frontend

This is the frontend for eosgroups.
See [eosgroups.io](https://eosgroups.io)

## Install the dependencies
```bash
yarn
```

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

### Build the app for production
```bash
quasar build
```

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