serum-ts
serum-ts copied to clipboard
Project Serum TypeScript monorepo
Packages
Contributing
Installing
To get started first install the required build tools:
npm install -g lerna
npm install -g yarn
Then bootstrap the workspace:
yarn
Building
To build the workspace:
yarn build
Testing
To run all tests:
yarn test
Linting
To lint:
yarn lint
To apply lint fixes:
yarn lint:fix