diff --git a/README.md b/README.md index da09096b19..8faa3a5ec8 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ Building blocks for digital commerce

- + Medusa is released under the MIT license. Current CircleCI build status. - + PRs welcome! Product Hunt @@ -62,7 +62,7 @@ Check out all [available Medusa plugins](https://medusajs.com/plugins/). The community and core team are available in [GitHub Discussions](https://github.com/medusajs/medusa/discussions), where you can ask for support, discuss roadmap, and share ideas. -Our [Contribution Guide](https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md) describes how to contribute to the codebase and Docs. +Our [Contribution Guide](https://github.com/medusajs/medusa/blob/develop/CONTRIBUTING.md) describes how to contribute to the codebase and Docs. Join our [Discord server](https://discord.com/invite/medusajs) to meet other community members. @@ -75,4 +75,4 @@ Join our [Discord server](https://discord.com/invite/medusajs) to meet other com ## License -Licensed under the [MIT License](https://github.com/medusajs/medusa/blob/master/LICENSE). +Licensed under the [MIT License](https://github.com/medusajs/medusa/blob/develop/LICENSE). diff --git a/packages/medusa/README.md b/packages/medusa/README.md index 447263479c..8faa3a5ec8 100644 --- a/packages/medusa/README.md +++ b/packages/medusa/README.md @@ -1,6 +1,10 @@

- Medusa + + + + Medusa logo +

@@ -9,21 +13,20 @@

Documentation | - Medusa Admin Demo | Website

-An open source composable commerce engine built for developers. + Building blocks for digital commerce

- + Medusa is released under the MIT license. Current CircleCI build status. - + PRs welcome! Product Hunt @@ -37,66 +40,39 @@ An open source composable commerce engine built for developers. ## Getting Started -Follow our [quickstart guide](https://docs.medusajs.com/quickstart/quick-start) to learn how to set up a Medusa server. +Visit the [Quickstart Guide](https://docs.medusajs.com/create-medusa-app) to set up a server. -### Requirements - -You can check out [this documentation for details about setting up your environment](https://docs.medusajs.com/tutorial/set-up-your-development-environment). +Visit the [Docs](https://docs.medusajs.com/development/backend/prepare-environment) to learn more about our system requirements. ## What is Medusa -Medusa is an open source composable commerce engine built with Node.js. Medusa enables developers to build scalable and sophisticated commerce setups with low effort and great developer experience. +Medusa is a set of commerce modules and tools that allow you to build rich, reliable, and performant commerce applications without reinventing core commerce logic. The modules can be customized and used to build advanced ecommerce stores, marketplaces, or any product that needs foundational commerce primitives. All modules are open-source and freely available on npm. -You can learn more about [Medusa’s architecture in our documentation](https://docs.medusajs.com/introduction). +Learn more about [Medusa’s architecture](https://docs.medusajs.com/development/fundamentals/architecture-overview) and [commerce modules](https://docs.medusajs.com/modules/overview) in the Docs. -### Features +## Roadmap, Upgrades & Plugins -You can learn about all of the ecommerce features that Medusa provides [in our documentation](https://docs.medusajs.com/#features). +You can view the planned, started and completed features in the [Roadmap discussion](https://github.com/medusajs/medusa/discussions/categories/roadmap). -## Roadmap +Follow the [Upgrade Guides](https://docs.medusajs.com/upgrade-guides/) to keep your Medusa project up-to-date. -Write-ups for all features will be made available in [Github discussions](https://github.com/medusajs/medusa/discussions) before starting the implementation process. +Check out all [available Medusa plugins](https://medusajs.com/plugins/). -### **2022** +## Community & Contributions -- [x] Admin revamp -- [x] Tax API -- [x] Tax Calculation Strategy -- [x] Cart Calculation Strategy -- [x] Customer Groups API -- [x] Promotions API -- [x] Price Lists API -- [x] Price Selection Strategy -- [x] Import / Export API -- [x] Sales Channel API -- [ ] Extended Order API (managing placed orders) -- [ ] PaymentCollection API (collecting payments separate from carts and draft orders) -- [ ] Multi-warehouse API -- [ ] Extended Product API (custom fields, publishing control, and more) +The community and core team are available in [GitHub Discussions](https://github.com/medusajs/medusa/discussions), where you can ask for support, discuss roadmap, and share ideas. -## Plugins +Our [Contribution Guide](https://github.com/medusajs/medusa/blob/develop/CONTRIBUTING.md) describes how to contribute to the codebase and Docs. -Check out [our available plugins](https://github.com/medusajs/medusa/tree/master/packages) that you can install and use instantly on your Medusa server. +Join our [Discord server](https://discord.com/invite/medusajs) to meet other community members. -## Contributions +## Other channels -Please check [our contribution guide](https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md) for details about how to contribute to both our codebase and our documentation. - -## Upgrade Guides - -Follow our [upgrade guides](https://docs.medusajs.com/advanced/backend/upgrade-guides/) on the documentation to keep your Medusa project up-to-date. - -## Community & Support - -Use these channels to be part of the community, ask for help while using Medusa, or just learn more about Medusa: - -- [Discord](https://discord.gg/medusajs): This is the main channel to join the community. You can ask for help, showcase your work with Medusa, and stay up to date with everything Medusa. -- [GitHub Issues](https://github.com/medusajs/medusa/issues): for sending in any issues you face or bugs you find while using Medusa. -- [GitHub Discussions](https://github.com/medusajs/medusa/discussions): for joining discussions and submitting your ideas. -- [Medusa Blog](https://medusajs.com/blog/): find diverse tutorials and company news. +- [GitHub Issues](https://github.com/medusajs/medusa/issues) - [Twitter](https://twitter.com/medusajs) - [LinkedIn](https://www.linkedin.com/company/medusajs) +- [Medusa Blog](https://medusajs.com/blog/) ## License -Licensed under the [MIT License](https://github.com/medusajs/medusa/blob/master/LICENSE) +Licensed under the [MIT License](https://github.com/medusajs/medusa/blob/develop/LICENSE). diff --git a/packages/medusa/package.json b/packages/medusa/package.json index 295fd57ad9..bb1b9ff7b1 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,7 +1,7 @@ { "name": "@medusajs/medusa", "version": "1.8.2", - "description": "E-commerce for JAMstack", + "description": "Building blocks for digital commerce", "main": "dist/index.js", "bin": "./cli.js", "repository": {