AlexGarrixen / vimox-frontend

Anime web app online and base front-end of vimux(https://vimux.vercel.app)

Home Page:https://vimox.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is the frontend base of vimox

Branches

  • develop -> any pull request of changes this branch
  • main -> don´t modify, this is what is running in production

Structure

File strcuture

How to run locally

$ npm install
$ npm run dev

Set enviroment variables env.local

NEXT_PUBLIC_EXTERNAL_SERVER_API_URL=http://api.com

Api reference

Vimox api documentation

Contributions

Pull Requests

  1. Fork the repo and create your branch:

    #[type]/PR description

    Example: feat/series-page fix/button-component

  2. Ensure to describe your pull request:

    Edit the PR title by adding a semantic prefix like fix: or feat: or any other conventional commit type

    Title: #[issue] PR title -> #90 fix: styles the button

About

Anime web app online and base front-end of vimux(https://vimux.vercel.app)

https://vimox.vercel.app/

License:MIT License


Languages

Language:TypeScript 99.7%Language:CSS 0.2%Language:Shell 0.1%Language:JavaScript 0.0%