|
@@ -1,6 +1,6 @@
|
|
|
# Vendure
|
|
# Vendure
|
|
|
|
|
|
|
|
-A headless [GraphQL](https://graphql.org/) ecommerce framework built on [Node.js](https://nodejs.org) with [Nest](https://nestjs.com/) & [TypeScript](http://www.typescriptlang.org/), with a focus on developer productivity and ease of customization.
|
|
|
|
|
|
|
+An open-source headless commerce platform built on [Node.js](https://nodejs.org) with [GraphQL](https://graphql.org/), [Nest](https://nestjs.com/) & [TypeScript](http://www.typescriptlang.org/), with a focus on developer productivity and ease of customization.
|
|
|
|
|
|
|
|
[](https://github.com/vendure-ecommerce/vendure/actions)
|
|
[](https://github.com/vendure-ecommerce/vendure/actions)
|
|
|

|
|

|
|
@@ -8,10 +8,17 @@ A headless [GraphQL](https://graphql.org/) ecommerce framework built on [Node.js
|
|
|
|
|
|
|
|
### [www.vendure.io](https://www.vendure.io/)
|
|
### [www.vendure.io](https://www.vendure.io/)
|
|
|
|
|
|
|
|
-* [Getting Started](https://www.vendure.io/docs/getting-started/): Get Vendure up and running locally in a matter of minutes with a single command
|
|
|
|
|
|
|
+* [Getting Started](https://docs.vendure.io/getting-started/): Get Vendure up and running locally in a matter of minutes with a single command
|
|
|
* [Live Demo](https://demo.vendure.io/)
|
|
* [Live Demo](https://demo.vendure.io/)
|
|
|
* [Vendure Discord](https://www.vendure.io/community) Join us on Discord for support and answers to your questions
|
|
* [Vendure Discord](https://www.vendure.io/community) Join us on Discord for support and answers to your questions
|
|
|
|
|
|
|
|
|
|
+## Branches
|
|
|
|
|
+
|
|
|
|
|
+- `master` - The latest stable release, currently the 2.x series.
|
|
|
|
|
+- `minor` - The next patch release, including new features
|
|
|
|
|
+- `major` - The next major release (v3.0)
|
|
|
|
|
+- `v1` - The 1.x series, which is no longer actively developed but may still receive critical fixes.
|
|
|
|
|
+
|
|
|
## Structure
|
|
## Structure
|
|
|
|
|
|
|
|
This project is a monorepo managed with [Lerna](https://github.com/lerna/lerna). Several npm packages are published from this repo, which can be found in the `packages/` directory.
|
|
This project is a monorepo managed with [Lerna](https://github.com/lerna/lerna). Several npm packages are published from this repo, which can be found in the `packages/` directory.
|