Installation
Inside your project directory, run the following command:
npm install millionpnpm install millionyarn add millionIf you want to just play around with Million, you can use a Skypack import:
<script type="module">
  import { m, render } from 'https://cdn.skypack.dev/million';
 
  // your code here
</script>