Discover the world of yoga with over 60 unique curated poses for your everyday lifestyle.
A voice enabled web-app built using Wit.ai and NodeJS to help assist you in the world of yoga.
Use your voice to find poses specific for your needs and work with the ones which suite you. The poses comes with varied difficulties and images along with the steps to perform them for a clear understanding.
It is recommended that you use npm
as a package manager for the server and yarn
for the client.
A. Install all dependencies
npm install
B. Run the server
npm run dev
C. Running the frontend from the client directory
cd client/
yarn start