Skip to content

AlexGarrixen/vimox-frontend

Repository files navigation

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