Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 2.57 KB

File metadata and controls

60 lines (34 loc) · 2.57 KB

Lines of Code Maintainability Rating Security Rating Vulnerabilities Code Smells Duplicated Lines (%)

Project Manteinance

We aim to have:

  • An 'A' score on Maintainability Rating
  • An 'A' score on Security Rating
  • A 3% of duplicated lines

Getting Started

Installation

First, use yarn install to install all the dependencies.

Scripts

Runs the app in the development mode.

yarn dev / yarn run dev

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

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

yarn build / yarn run build

Builds the app for production to the .next folder.

yarn start

After executing yarn build, you can run the project as similar is in production running this command.

Open http://localhost:3000 to view it in the browser.

yarn cypress

yarn find:unused

Get a list with the unused files the project has with next-unused

Learn More

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!

SonarCloud