Skip to content

samiur-r/square-feet

Repository files navigation

Square Feet

Features

Design Patterns

  • ESLint – Find and fix problems in your JavaScript code. Following Airbnb style guide.
  • 🎀 Prettier – An opinionated code formatter, supporting multiple languages and code editors
  • 🐺 Husky – Modern native Git hooks made easy
  • 💩 lint-staged – Run linters against staged git files and don't let 💩 slip into your code base
  • 📓 commitlint – Helps your team adhering to a commit convention

Getting started

git clone https://github.com/samiur-r/square-feet.git
cd square-feet
npm install
npm run dev

Then open http://localhost:3000/ to see the app.

build

Builds the production application in the .next folder.

npm run build

start

Starts the application in production mode.

npm run start

lint

Runs ESLint static code analysis based on your .eslintrc configuration

npm run lint

test

Runs Jest unit tests to validate changes between commits

npm run test

Contributing

  • Create a new branch from 'develop' with a standard name(e.g. feat/create-x-feature, hotfix/x-bug).
  • Code, test, commit and push your branch. Create a PR into 'develop'.
  • Ask for PR review from an appropriate reviewer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published