Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/surelle-ha/anizent-ui
- Owner: surelle-ha
- License: gpl-3.0
- Created: 2024-04-22T03:43:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T02:54:23.000Z (8 months ago)
- Last Synced: 2024-04-23T06:32:15.244Z (8 months ago)
- Language: Vue
- Homepage: https://anizent.zentinel.ltd
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).