Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 691 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 691 Bytes

TOC TOC

icon

Development

npm i # installs dependencies
npm start # starts dev server
npm run build # creates production build

Hot-reload is available for ./src/assets/main-en.strand which allows you to interactively edit passages, but most other changes will trigger a page refresh.

Release

  1. Bump the package version (npm version patch/minor/major)
  2. Push changes
  3. Go to release action
  4. Select "Run workflow", and confirm on main branch

The workflow will automatically create a build and upload it to itch.io.