Skip to content

Norgate-AV/muse-typescript

Repository files navigation

muse-typescript

This is a test project to experiment using TypeScript with Muse.

Installation

pnpm install

Environment Setup

Create a .env file in the root of the project with the following content:

USERNAME=your-username
HOST=your-host

This will be used to deploy the changes to the Muse processor.

Build

The build is done with tsup. It will generate a dist folder with the compiled JavaScript code in ES5 format.

On a successful build, the deploy script will be run automatically, deploying the changes to the Muse processor.

pnpm build

Deploy

The deploy script uses jq. You can install it with brew install jq.

bash ./scripts/deploy.sh

License

MIT

About

A test project to experiment with TypeScript and Muse

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published