Ecommerce web application with product listing, wislist, cart, payment provider, etc implemented in it.
git clone <project_url>cd fobath-woodwork- open the terminal in the current directory and run
npm install - rename the file from
.env.local.exampleto.env.localand then assign the corresponding IDs to each params npm run dev
A commit message should easily convey what it contains so this guidelines shows a commit should be for this project.
The commit message should be in this format type: subject where type can be any one of these:
feat: a new featurefix: a bug fixdocs: changes to documentationstyle: formatting, missing semi colons, etc; no code changerefactor: refactoring production codetest: adding tests, refactoring test; no production code changechore: updating build tasks, package manager configs, etc; no production code change
and the subject should be no greater than 50 characters, should begin with an uppercase and should use imperative tone. E.g: 'change'; not 'changed' or 'changes'