Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikechukwu-peter/cella
An Ecommerce
https://github.com/ikechukwu-peter/cella
Last synced: 15 days ago
JSON representation
An Ecommerce
- Host: GitHub
- URL: https://github.com/ikechukwu-peter/cella
- Owner: ikechukwu-peter
- Created: 2022-11-09T15:14:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T21:26:32.000Z (about 2 years ago)
- Last Synced: 2024-10-27T11:16:39.291Z (2 months ago)
- Language: TypeScript
- Homepage: cella.vercel.app
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cella
## Description
Cella an e-commerce application
## Installation
```bash
$ yarn install
```## Running the app
```bash
# development
$ yarn dev# build
$ yarn build# preview
$ yarn preview
```## Test
```bash
# unit tests
$ yarn run test```