In this repository, you'll find the codebase for our agency's Landing Page, which you can access here. We've made this repository public to demonstrate the high quality of our agency's code and to showcase the technology stack we employ.
This project is built with Next.js using the create-next-app
template. It leverages TailwindCSS for styling, Jest and React Testing Library for testing purposes, and next/font
to efficiently optimize and load Archivo, a customized Google Font.
First, install the dependencies:
npm ci
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
To begin contributing, simply edit the pages/index.tsx
file. The page will automatically update as you make changes.
If you'd like to introduce a new color to our color scheme, please add it to the tailwind.config.js
file.
We follow a semantic commit message convention. In the future, we may enforce this using a tool like semantic-release
.
We have continuous deployment in place, which means that any commits pushed to the main
branch will automatically be reflected on the production website.