vimox-frontend
vimox-frontend copied to clipboard
Anime web app online and base front-end of vimux(https://vimux.vercel.app)
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

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
Contributions
Pull Requests
-
Fork the repo and create your branch:
#[type]/PR descriptionExample:
feat/series-pagefix/button-component -
Ensure to describe your pull request:
Edit the PR title by adding a semantic prefix like
fix:orfeat:or any other conventional commit typeTitle:
#[issue] PR title -> #90 fix: styles the button