A simple Jedi client
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Yarn
- Google Chrome
git clone <repository-url>
this repositorycd ben-jedi
yarn install --ignore-engines
yarn start:local
- Visit your app at http://localhost:4200.
yarn build