https://github.com/metaory/open-marketplace
https://github.com/metaory/open-marketplace
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/metaory/open-marketplace
- Owner: metaory
- Created: 2025-12-23T12:25:48.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-12-23T15:51:05.000Z (6 months ago)
- Last Synced: 2025-12-25T02:07:42.609Z (6 months ago)
- Language: JavaScript
- Homepage: https://metaory.github.io/open-marketplace/
- Size: 66.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Marketplace
A modern marketplace application built with React and Vite.
## Development
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
```
## Deploy
The project is automatically deployed to GitHub Pages on push to main branch.