sultanfariz / template-rose

SIRCLO Store 2.0 Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template Rose

Sirclo Store 2.0 Template Rose

How to run template on your local environment

  1. Create your own staging SIRCLO Store 2.0
  2. Clone template-uno repo to your local environment
  3. Create .env.local file in your local root directory of template-uno, with the following variables
GRAPHQL_URI=https://[your-own-staging-store]/graphql
NEXT_PUBLIC_ENABLE_PREMIUM_FEATURES=true
IS_PROD=false
ASSET_PREFIX=
  1. Install the npm package dependencies for template-uno, using following command npm install
  2. Run template-uno using following command npm run dev
  3. Visit http://localhost:3000 to view your local template-uno

How to run prettier with auto save

  1. settings vs code -> text editor -> formatonsave checklist

About

SIRCLO Store 2.0 Template

License:Apache License 2.0


Languages

Language:TypeScript 52.3%Language:SCSS 46.8%Language:JavaScript 0.7%Language:Dockerfile 0.2%Language:Shell 0.0%