Skip to content

MikeyAlmighty/DonJeere

Repository files navigation

Don Jeere

Tractor Image

For all your tractoring needs!

Storybook

Storybook

Technologies

  • Next.js
  • React.js
  • Storybook (For UI Components)
  • jest (Util Unit Test)

Running the project locally

  • npm i
  • npm run dev

Creating a Production Build

  • npm run build
  • npm run start

Contributing

File Structure

The following structure is used for developing both components as well as sections:

.
├── ...
├── {ComponentName}              # Name of Component
│   ├── {Component}.tsx          # Component
│   ├── Style.scss               # Related SASS file for Component
└── ...

Commiting

This project uses Husky pre-commit hooks. The following is executed before a commit is made:

  • Tests
  • Linter (Eslint)
  • Formatter (Prettier)
  • Build