Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/surelle-ha/anizent-ui

Anizent is an anime streaming platform created using VueJS framework and api.consumet.org API. Digital Asset Tokens, Achievements and Milestone will be implemented in the future release.
https://github.com/surelle-ha/anizent-ui

Last synced: about 1 month ago
JSON representation

Anizent is an anime streaming platform created using VueJS framework and api.consumet.org API. Digital Asset Tokens, Achievements and Milestone will be implemented in the future release.

Awesome Lists containing this project

README

        

# ANIZENT
Anizent is an anime streaming platform created using VueJS framework and api.consumet.org API. Digital Asset Tokens, Achievements and Milestone will be implemented in the future release.

## Powered by Zentinel

## Instructions

### Make sure that Bun package manager is installed
```
npm install -g bun
```

### Install node modules
```
bun install
```

### Make sure that environment variables are properly setup
```
VUE_APP_TITLE = ANIZENT
VUE_APP_MEDIA_API_URL =
VUE_APP_BACKEND_API_URL =
```

### Compiles and hot-reloads for development
```
bun run serve
```

### Compiles and minifies for production
```
bun run build
```

### Customize configuration
See [VueJS Configuration Reference](https://cli.vuejs.org/config/).