https://github.com/shoplyjs/loadify
Payload ecommerce template
https://github.com/shoplyjs/loadify
cms ecommerce payload platform shopify
Last synced: over 1 year ago
JSON representation
Payload ecommerce template
- Host: GitHub
- URL: https://github.com/shoplyjs/loadify
- Owner: shoplyjs
- License: mit
- Created: 2025-03-14T13:45:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T08:34:16.000Z (over 1 year ago)
- Last Synced: 2025-03-17T09:36:23.039Z (over 1 year ago)
- Topics: cms, ecommerce, payload, platform, shopify
- Language: TypeScript
- Homepage: https://shoplyjs.com
- Size: 558 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# ShoplyJS is a Payload CMS starter template
ShoplyJS is a Payload CMS starter template that provides a fully functional e-commerce store with a modern user interface. It is built using Next.js, Tailwind CSS, and Payload CMS.
## Getting Started
To get started with ShoplyJS, follow these steps:
1. Fork the repository and clone it to your local machine:
```bash
git clone https://github.com/medusajs/shoplyjs.git
```
2. Install the dependencies:
```bash
pnpm install
```
3. rename the .env.example file to .env and fill in the required environment variables.
4. Run the development server:
```bash
pnpm dev
```
5. Open your browser and navigate to http://localhost:3000.
## Contributing
Contributions are welcome! If you find a bug or have a suggestion, please open an issue or submit a pull request on the GitHub repository.
## License
ShoplyJS is licensed under the MIT License.