Installation
Creating a new PromethiumJS application
To create a new PromethiumJS application, run one of the following commands based on your preferred package manager.
npm create promethium@latestyarn create promethiumpnpm create promethiumbunx create-promethiumAdding PromethiumJS to an existing Lit application
To add PromethiumJS to an existing Lit application, run one of the following commands based on your preferred package manager.
npm install promethium-jsyarn add promethium-jspnpm install promethium-jsbunx install promethium-js