Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
πŸ”§ ⚑ Add README.md to degit
Browse files Browse the repository at this point in the history
Add README.md to degit

πŸ”§ Configuration files, ⚑ General update
  • Loading branch information
TimMikeladze committed Dec 29, 2022
1 parent d2a3b87 commit ed7b61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a slightly opinionated starter kit for developing [Next.js](https://next
## πŸƒβ€ Get started

To get started clone the repo. Using `npx degit` is a great way to get this done quickly as it will remove the `.git` folder plus extra files like the `LICENSE.md` or `FUNDING.yml` saving you the effort.
To get started clone the repo. Using `npx degit` is a great way to get this done quickly as it will remove the `.git` folder plus extra files like the `LICENSE.md` or this very `README.md` file.

```console
npx degit TimMikeladze/next-apollo-joy-starter my-app
Expand Down
2 changes: 1 addition & 1 deletion degit.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"action": "remove",
"files": ["LICENSE.md", ".github/FUNDING.yml"]
"files": ["README.md", "LICENSE.md", ".github/FUNDING.yml"]
}
]

0 comments on commit ed7b61b

Please sign in to comment.