4
0
forked from crowetic/commerce

Replace 'yarn dev' with 'npm run dev' in Spree README (#633)

This commit is contained in:
Tomek Niezgoda 2022-01-10 21:19:49 +01:00 committed by GitHub
parent 3098827760
commit 3670ff5869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ An integration of [Spree Commerce](https://spreecommerce.org/) within NextJS Com
- They rely on [taxonomies'](https://dev-docs.spreecommerce.org/internals/products#taxons-and-taxonomies) permalinks in Spree.
- Go to the Spree admin panel and create `Categories` and `Brands` taxonomies if they don't exist and copy their permalinks into `.env.local` in NextJS Commerce.
1. Finally, run `yarn dev` :tada:
1. Finally, run `npm run dev` :tada:
[1]: https://spreecommerce.org/
[2]: https://github.com/vercel/commerce