A little tool to introduce Wintersun to the masses.
Use the development container.
npm start
(automatic): Serve app locally.npm run build
: Build (also does TypeScript checks).npm run format
: Format source.npm run lint
: Lint source.
We do manual deployment from default branch via GH Action. Navigate to the workflow and run it.