Skip to content

Commit

Permalink
Removed yarn as a package manager (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-west authored Feb 6, 2025
1 parent 292e015 commit 15af517
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
/node_modules
/.pnp
.pnp.js
/.yarn/*
!/.yarn/releases
!/.yarn/plugins
!/.yarn/sdks

# testing
/coverage
Expand All @@ -34,8 +30,6 @@ public/sitemap.xml
# debug
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This website was bootstrapped with [`tailwind-nextjs-starter-blog`](https://gith

To run a development environment locally, run:

- `yarn` to install dependencies
- `yarn dev` to run the local development version
- `npm install` to install dependencies
- `npm run dev` to run the local development version

Please refer to their [Quick Start Guide](https://github.com/timlrx/tailwind-nextjs-starter-blog#quick-start-guide) for further details.

Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15af517

Please sign in to comment.