Getting Started with Spree Commerce
Welcome to the Spree Commerce open-source eCommerce documentation guide. Follow the instructions below to learn how to build and deploy your Spree Commerce store.1. Installing Spree
Copy and paste the following command to your terminal:On Windows please install WSL (Windows Subsystem for Linux) first.Then run the installer from within WSL.
2. Exploring Your Store
Feel free to explore your store. You can do so because Spree comes with a default pre-built Storefront and Admin Panel.Browsing Storefront
Browsing Storefront
Spree comes with a default pre-built Storefront. You can access it by navigating to http://localhost:3000.
You can learn more about Storefront configuration in the Storefront section.

Spree Storefront
Logging into the Admin Dashboard
Logging into the Admin Dashboard
Use your browser window to navigate to http://localhost:3000/admin. You can log in with the default credentials:login:password:Upon successful authentication, you should see the admin screen:
Feel free to explore some of the Admin Panel features that Spree has to offer and to verify that your installation is working properly.

Spree Admin Dashboard

