Skip to content

pixelias-io/fe-landingpage

Repository files navigation

Pixelias Landing Page

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.

Getting Started

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.

Contributing

To begin contributing, simply edit the pages/index.tsx file. The page will automatically update as you make changes.

Color Scheme Additions

If you'd like to introduce a new color to our color scheme, please add it to the tailwind.config.js file.

Commit Messages

We follow a semantic commit message convention. In the future, we may enforce this using a tool like semantic-release.

Continuous Deployment

We have continuous deployment in place, which means that any commits pushed to the main branch will automatically be reflected on the production website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published