Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unchainedshop/unchained
Code-first High-Performance Node.js E-Commerce Framework
https://github.com/unchainedshop/unchained
cart digital-commerce docker e-commerce graphql headless headless-commerce javascript marketplace mongodb node-js open-source shop shopping-cart
Last synced: about 22 hours ago
JSON representation
Code-first High-Performance Node.js E-Commerce Framework
- Host: GitHub
- URL: https://github.com/unchainedshop/unchained
- Owner: unchainedshop
- License: eupl-1.2
- Created: 2018-12-07T08:46:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T09:52:34.000Z (8 days ago)
- Last Synced: 2025-01-13T10:39:29.638Z (8 days ago)
- Topics: cart, digital-commerce, docker, e-commerce, graphql, headless, headless-commerce, javascript, marketplace, mongodb, node-js, open-source, shop, shopping-cart
- Language: TypeScript
- Homepage: https://unchained.shop
- Size: 61.9 MB
- Stars: 176
- Watchers: 5
- Forks: 17
- Open Issues: 27
-
Metadata Files:
- Readme: docs/README.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.