Web client for Computable's FFA Market. Built with Vue and Typescript.
This project was created with vue-cli and uses yarn.
DO NOT RUN npm commands or you will bork the configuration!
This project also requires node version 10.16.0. Install nvm and run nvm install 10.16.0 followed by nvm use 10.16.0.
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
yarn run test:unit