Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.22 KB

File metadata and controls

39 lines (26 loc) · 1.22 KB

whirled2

welcome to the brave new whirled.

visit the live demo here.

what is this? <insert future blog post link here, or something>

development

requires node 18.14.2+ and go 1.21+

clone repo with submodules and run the following to get you started.

go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go mod download && npm ci && npm run dev

license

Licensed under GNU Affero General Public License as stated in the LICENSE:

Copyright (c) 2025 Jimmy Quach & other contributors

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
details.

You should have received a copy of the GNU Affero General Public License along
with this program. If not, see https://www.gnu.org/licenses/