mucklet / mucklet-client

Web client for Mucklet.com, a textual world of roleplay.
Apache License 2.0
5 stars 8 forks source link

GitHub actions #289

Closed anisus closed 2 months ago

anisus commented 2 months ago

Issue

The client should be built using GitHub Actions workflows. On release, a zip-bundles of the build for the client (npm run build:client) and hub (npm run build:hub) should be made.

Notes

The zip folders should later be used as part of the deployment process.

anisus commented 2 months ago

Resolved in PR #290