Skip to content

traPtitech/trap-collection-launcher

Repository files navigation

trap-collection-launcher

Setup

cp .env.example .env.development

Development

npm i
npm run start

Production

npm i
npm run publish

Make Installer

npm i
npm run make

Publish to GitHub

Create 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.production

Edit .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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7