cp .env.example .env.developmentnpm i
npm run startnpm i
npm run publishnpm i
npm run makeCreate a new GitHub Personal Access Token in GitHub.
Select scopes: repo and write:packages.
URL: https://github.com/settings/tokens/new
npm i
cp .env.example .env.productionEdit .env.production file and add your GitHub Personal Access Token.
Set KOUDAISAI to true or false to enable or disable Koudaisai mode.
Set API_BASE_URL to your desired production API server base URL.
Update version number in package.json file if you need.
git add .
git commit -m "v1.x.x" # EDIT!
git push # or create PR
npm run publish