OCA-UFCG / oca-frontend

Front-end do Observatório da Caatinga e desertificação
https://oca.lsd.ufcg.edu.br/
1 stars 0 forks source link

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Configure your .env

cp .env.sample .env
# Populate values
source .env

Install the dependencies

You can install the dependencies with one of the following options:

npm install

Run the development server

You can run the development server manually with Makefile commands:

Open http://localhost:3000 with your browser to see the result.

Conventions

Branches

When creating a new branch, we must use the following convention:

Commits

When adding a new commit to our branch, we must use the following convention (similar to branch creation):

Credit Card IIN Ranges & Spacing Patterns information from: https://baymard.com/checkout-usability/credit-card-patterns

Learn More

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.