SpeakEasy.tools is a data-driven web application for helping people to learn a second language through artificial intelligence, data science, immersion, and gamification.
This project uses yarn package manager to handle its dependencies, and related
lockfile. With Node.js and yarn installed, you can install the project dependencies by doing yarn install
.
You can then run the application locally by running yarn start
.
yarn install
Installs dependencies listed in package.jsonyarn start
Runs the application locally at http://localhost:3000yarn build
Builds an optimized bundle for productionyarn build:deploy
Builds the project, and then copies files to the speakeasy server. You should not use this!yarn lint
Shows smelly code that you should fixyarn lint:fix
Attempst to fix all that smelly code for youPull requests are welcomed. For major changes, please open an issue first to discuss what you would like to change.