Skip to content

TheUntoldFable/chargeme-menu

Repository files navigation

Requirements

-Node === > 18
or
newer.
- NPM === > 8
or
newer.

Getting Started

Make sure all packages are installed:

npm i

Then, run the development server:

npm run dev

Open http://localhost:1337 with your browser to see the result.

Commit Guideline

  • build: Build related changes (eg: npm related/ adding external dependencies)
  • chore: A code change that external user won't see (eg: change to .gitignore file or .prettierrc file)
  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation related changes
  • refactor: A code that neither fix bug nor adds a feature. (eg: You can use this when there is semantic changes like renaming a variable/ function name)
  • perf: A code that improves performance
  • style: A code that is related to styling
  • test: Adding new test or making changes to existing test

A typical git commit message will look like

<type>(<scope>): <subject>

Learn More

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

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Icons

  1. Before importing SVG's, it's necessary to optimize through SVGOMG to decrease the file size
  2. Next step is to paste the optimized SVG in the SVGR Playground
  3. That's it, now you can use it in the code!

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5