Vue Storefront 2 (Alokai) with Shopify integration
Warning
This project is not ready for production use.
- Docker, or
- Node.js (v16.20.2) mandatory (note: nvm is a handy tool for managing node versions)
- Yarn
- Run
cp .env.example .env
to create a.env
file (make sure to fill in the required variables) - Run
nvm use lts/gallium
to ensure you are using the correct node version (v16.20.2) - Run
yarn install
to install the dependencies
Note
Make sure you have completed the steps outlined in 'Initial Setup' first.
- Run
yarn dev
to start the development server - Open
http://localhost:3001
in your browser to view the store
- Run
yarn prod
to build the production files and start the production server - Uncomment the relevant production variables in the
.env
file - Open
http://localhost:3001
in your browser to view the store