This is a Next.js and Tailwindcss project and uses npm
as its package manager. For icons check out Styled icons.
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.
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.
Branches should be named using the following convention:
feature/feature-name
hotfix/hotfix-name
Commit messages should be written in the imperative mood, e.g. "Fix bug" and not "Fixed bug" or "Fixes bug".
Pull requests should be named using the following convention:
[feature/bug/chore/hotfix] feature-name
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Tailwindcss Docs
- React icons docs
This is a Next.js project bootstrapped with create-next-app
.
js.org/docs/deployment) for more details.