Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandotdev/merch
The Shop Pet Land, Open Source 🐶
https://github.com/sebastiandotdev/merch
commerce jest nextjs pet supabase typescript
Last synced: 25 days ago
JSON representation
The Shop Pet Land, Open Source 🐶
- Host: GitHub
- URL: https://github.com/sebastiandotdev/merch
- Owner: sebastiandotdev
- License: mit
- Created: 2023-10-19T04:12:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T14:13:46.000Z (9 months ago)
- Last Synced: 2024-08-26T18:53:56.556Z (2 months ago)
- Topics: commerce, jest, nextjs, pet, supabase, typescript
- Language: TypeScript
- Homepage: https://petmerch.vercel.app/
- Size: 10.2 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Merch Pet land
`Merch` open sources store for pet, building with ❤ Next.js
## Fork and Clone repository
```sh
git clone https://github.com/castrogarciajs/merch
```## Package manager
we use `pnpm` if you do not have pnpm, install it with
```sh
npm install -g pnpm
```## Development
Getting started for merch,
```sh
pnpm install
``````sh
pnpm dev
```## Lint and Test
Run test and Lint for mech
we use `eslint` look at the rules in file `.eslintrc`
```sh
pnpm lint
```For testing use `vitest`
Test start
```sh
pnpm test
```Test dev
```sh
pnpm test.dev
```Test ui
```sh
pnpm test.ui
```Test coverage
```sh
pnpm test.coverage
```## LICENSE
This project use license `MIT`