Thank you very much for coming this far.
git clone https://github.com/{YOUR_USERNAME}/autarky.git
# npm
npm i
# yarn
yarn
# npm
npm run watch
# yarn
yarn run watch
# Development build
node /dist/index.js
# Production Build
node /build/index.js
-
We are using
jest
as a testing frammework
# npm
npm run test
# yarn
yarn run test