- Clone this repository
- Install NodeJS: https://nodejs.org/en/
- Install dependencies:
npm install
- Run
- Command line interface:
npm run swiss <filepath of .sw>
- Example:
npm run swiss ./code/conditional_statement.sw
- Example:
- In development mode:
npm run dev
- Command line interface:
- Build:
npm run build