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

https://github.com/azuriom/azuriominstaller

An automatic installer for Azuriom built with Vue.js.
https://github.com/azuriom/azuriominstaller

Last synced: over 1 year ago
JSON representation

An automatic installer for Azuriom built with Vue.js.

Awesome Lists containing this project

README

          

# AzuriomInstaller

[![Node.js CI](https://img.shields.io/github/actions/workflow/status/Azuriom/AzuriomInstaller/tests.yml?branch=master&style=flat-square)](https://github.com/Azuriom/AzuriomInstaller/actions/workflows/tests.yml)
[![Chat](https://img.shields.io/discord/625774284823986183?color=5865f2&label=Discord&logo=discord&logoColor=fff&style=flat-square)](https://azuriom.com/discord)

An automatic installer for [Azuriom](https://azuriom.com/) built with [Vue.js](https://vuejs.org/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

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

```sh
npm run build
```

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

```sh
npm run lint
```