https://github.com/samk-dev/lynx-storefront-next
NextJS E-Commerce Starter
https://github.com/samk-dev/lynx-storefront-next
ecommerce nextjs typescript
Last synced: 3 months ago
JSON representation
NextJS E-Commerce Starter
- Host: GitHub
- URL: https://github.com/samk-dev/lynx-storefront-next
- Owner: samk-dev
- Created: 2021-11-02T12:55:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T11:51:25.000Z (over 4 years ago)
- Last Synced: 2026-02-20T09:40:14.261Z (5 months ago)
- Topics: ecommerce, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 19.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
๐ Work in progress ๐
```bash
npm run dev
```
### To do
| Feature | Status |
| ------------------ | ------ |
| Shopify Driver | ๐ง |
| WooCommerce Driver | ๐ง |
| Lynx Design System | ๐ง |
| Shop Views | ๐ง |
| Cart Views | ๐ง |
| User Account Area | ๐ง |
| Tests | ๐ง |
### Commit references
| Emoji | Commit Type |
| ----------------------- | ----------------- |
| ๐ `:tada:` | Initial Commit |
| โจ `:sparkles:` | New Feature |
| ๐ `:bookmark:` | Version Tag |
| ๐ `:bug:` | BugFix |
| ๐ฅ `:boom:` | HotFix |
| ๐ `:lipstick:` | UIFix |
| ๐ `:books:` | Documentation |
| ๐งช `:test_tube:` | Test |
| ๐ง `:construction:` | Work in progress |
| โฟ๏ธ `:wheelchair:` | Accessibility |
| ๐ `:racehorse:` | Performance |
| ๐ `:earth_africa:` | i18n |
| ๐ `:hammer_and_wrench:` | Code Refactor |
| ๐ `:lock:` | Security |
| ๐ `:ambulance:` | Critical Fix |
| ๐ฝ `:alien:` | Experimenting |
| ๐ณ `:whale:` | Docker |
| ๐ `:pager:` | DevOps |
| ๐ฆ `:package:` | Deps Update |
| โช `:rewind:` | Reverting changes |