Skip to content

An e-commerce beauty platform with a bespoke focus on serving the unique needs of individuals with disabilities.

License

Notifications You must be signed in to change notification settings

inclusive-web-hub/harmony-beauty

Repository files navigation

Harmony Beauty

Netlify Status

An e-commerce beauty platform with a bespoke focus on serving the unique needs of individuals with disabilities.

Requirements

Alan AI

  • Register a new account on alan website.
  • Copy the alan script content into a new project on alan site.
  • Save your changes.
  • Click on integration on top right corner, and copy the project key.

TileDesk

  • Register a new account on TileDesk website.
  • Create a bot.
  • Copy the project ID.

Install

Running locally with NPM

  • Fork/Clone the repo:
git clone [email protected]:your-github-username/harmony-beauty.git
  • Open the newly created directory:
cd harmony-beauty
  • Install the required dependencies:
yarn install

Now, you can run the client:

yarn run dev

Navigate to http://localhost:3000 to explore the landing page.

Deployment

To deploy the client, you will need to set the following environment variables that help the client connect to the server.

* REACT_APP_SERVER_URL - Your deployed server APIs url.
* REACT_APP_ALAN_AI_KEY - Your Alan AI project key.
* REACT_APP_TILEDESK_PROJECT_ID - Your TileDesk project key.

Deploy on Netlify

License

This project and the accompanying materials are made available under the terms and conditions of the MIT LICENSE.