Ensure you have
You need a personal access token to install some of our npm packages.
The token must have the repo
and read:packages
scopes to login to the GitHub Package Registry.
If you don't have one, create the personal access token in the developer settings.
Run the following command to authenticate, using the personal access token as your password:
npm login --registry=https://npm.pkg.github.com --scope=@honopu
Then run the following:
npm i -g ts-node
to install ts-node.npm i -g typescript
to install typescript.pnpm i
to install dependencies.pnpm run dev
to start the development serverpnpm run build
to build