This is the frontend component of the Medusa project, built using the NUXT.JS framework. Medusa is a powerful e-commerce platform built with modern technologies.
To install and run the Medusa frontend, follow these steps:
-
Clone the repository:
-
Install dependencies:
## pnpm pnpm install
-
Configure environment variables: Create a
.env
file in the root directory and add the necessary environment variables. Refer to the.env.example
file for the required variables. -
Start the development server:
pnpm dev
Once the development server is running, you can access the Medusa frontend by opening your browser and navigating to http://localhost:8000
.
The Medusa frontend template is built using the following technologies:
- Tailwind CSS
- Nuxt.js
- Nuxt UI
- Pinia (Vue 3 Store)
At the moment there is no translations available but the template will be updated with i18n support in the future.
To run this you have to have a medusa instance running locally with a default port of 9000. You will also need to have the stripe integration installed.
We welcome contributions from the community. To contribute to the Medusa frontend template, you can open a Pull Request against this repository.
The Medusa frontend is open-source software licensed under the MIT License. See the LICENSE file for more information.