Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 587 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 587 Bytes

STATIC-APP

CircleCI

This project is a fresh starter for creating a static website with all my favorite tools.

The server is handled with Next.js. The data are receive with @apollo/client from GraphCMS.

The continuous integration is handled with CircleCI. Finally, I use Cypress for making the e2e tests.

Before committing, Husky will force the tests to be run, it will also check the coverage of the app to be at 100% and will validate or not the new push.