Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 511 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 511 Bytes

SugarCoat

Development

pnpm is recommended for managing a JavaScript development environment for SugarCoat.

To initialize an isolated JavaScript development environment:

pnpm install

Code Formatting

Code formatting for JavaScript is handled by prettierx, with a few options tweaked.

To check that the code is correctly formatted:

pnpm run check

To auto-format the code:

pnpm run fmt