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: 4 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-02T16:34:08.000Z (17 days ago)
- Last Synced: 2025-05-02T17:31:11.780Z (17 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: 63.4 MB
- Stars: 178
- Watchers: 4
- Forks: 19
- Open Issues: 30
-
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.