Skip to content

Cakkie-team/cakkie-fe-revamp

Repository files navigation

This is a Next.js and Tailwindcss project and uses npm as its package manager. For icons check out Styled icons.

Getting Started

First, make sure you have node installed to install the project's dependencies:

npm install

then start the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result. This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Branching strategy

This project uses a Feature Branching strategy. This means that all new features are developed on a separate branch and merged into the main branch once they are ready to be deployed.

Branch naming

Branches should be named using the following convention:

feature/feature-name
hotfix/hotfix-name

Commit messages

Commit messages should be written in the imperative mood, e.g. "Fix bug" and not "Fixed bug" or "Fixes bug".

Pull requests

Pull requests should be named using the following convention:

[feature/bug/chore/hotfix] feature-name

Learn More

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

This is a Next.js project bootstrapped with create-next-app. js.org/docs/deployment) for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages