This repository is the frontend base of vimox
- develop -> any pull request of changes this branch
- main -> don´t modify, this is what is running in production
$ npm install
$ npm run dev
NEXT_PUBLIC_EXTERNAL_SERVER_API_URL=http://api.com
-
Fork the repo and create your branch:
#[type]/PR description
Example:
feat/series-page
fix/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