NextJS Starter Kit Docs
  • ⭐NextJS Starter Kit
  • 🚀Get started
    • SEO
    • Custom styles
    • Multiple Fonts
    • Dark Mode
    • Linting & Formatting
    • Miscellaneous
Powered by GitBook
On this page
  • Updating dependencies
  • Stuff to edit
  • FUNDING.yml
  • LICENSE
  • SECURITY.md
  1. Get started

Miscellaneous

PreviousLinting & Formatting

Last updated 1 year ago

Updating dependencies

You can see all the outdated packages with the following command:

npm outdated

If you want to update all your dependencies, run the following command:

bun update

Stuff to edit

In this project, we have a few stuff to edit. Let's see one by one.

FUNDING.yml

FUNDING.yml file is for showing the sponsor button on your repo. It's localted in .github/FUNDING.yml location.

Find more information here:

LICENSE

Please make sure to edit my name in LICENSE file located at the root directory. Add your name and current year in 3rd line of the file.

SECURITY.md

Please make sure to edit your name and email in SECURITY.md file located at the root directory.

🚀
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository