An e-commerce beauty platform with a bespoke focus on serving the unique needs of individuals with disabilities.
- 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.
- Register a new account on TileDesk website.
- Create a bot.
- Copy the project ID.
- Fork/Clone the repo:
git clone git@github.com: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.
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.
This project and the accompanying materials are made available under the terms and conditions of the MIT LICENSE
.